Remove extra dbg!

This commit is contained in:
Kirill Bulatov 2023-05-16 22:15:56 +03:00
parent 685f3de796
commit 55950e52c2

View file

@ -2646,7 +2646,7 @@ async fn open_items(
serialized_workspace,
project_paths_to_open
.iter()
.map(|(_, project_path)| dbg!(project_path))
.map(|(_, project_path)| project_path)
.cloned()
.collect(),
cx,