From 2ed77e765712d5dcae4e233eb90ad1817f72779a Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 12 Jan 2018 10:14:04 +0000 Subject: [PATCH] .DDUMPs git-svn-id: svn://ultimatepp.org/upp/trunk@11689 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/InstantSetup.cpp | 4 ---- 1 file changed, 4 deletions(-) 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("\\", "/");