diff --git a/uppsrc/ide/InstantSetup.cpp b/uppsrc/ide/InstantSetup.cpp index ac4bcb16a..933924b4c 100644 --- a/uppsrc/ide/InstantSetup.cpp +++ b/uppsrc/ide/InstantSetup.cpp @@ -53,8 +53,6 @@ DirFinder::DirFinder() } } - DDUMPC(path); - Array root = StdFileSystemInfo().Find(Null); for(int i = 0; i < root.GetCount(); i++) { if(root[i].root_style == FileSystemInfo::ROOT_FIXED) { @@ -67,8 +65,6 @@ DirFinder::DirFinder() } } - DUMPC(path); - for(String s : path) { s = ToLower(s); s.Replace("\\", "/");