mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Remove extra dbg!
This commit is contained in:
parent
685f3de796
commit
55950e52c2
1 changed files with 1 additions and 1 deletions
|
@ -2646,7 +2646,7 @@ async fn open_items(
|
||||||
serialized_workspace,
|
serialized_workspace,
|
||||||
project_paths_to_open
|
project_paths_to_open
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(_, project_path)| dbg!(project_path))
|
.map(|(_, project_path)| project_path)
|
||||||
.cloned()
|
.cloned()
|
||||||
.collect(),
|
.collect(),
|
||||||
cx,
|
cx,
|
||||||
|
|
Loading…
Reference in a new issue