.removed DDUMP

git-svn-id: svn://ultimatepp.org/upp/trunk@8953 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-09-20 17:05:19 +00:00
parent 9ff668bdd2
commit 5c3d4e2dda

View file

@ -23,7 +23,6 @@ String FindIncludeFile(const char *s, const String& filedir, const Vector<String
}
for(int i = 0; i < incdir.GetCount(); i++) {
String fn = CatAnyPath(incdir[i], name);
DDUMP(fn);
if(FileExists(fn))
return fn;
}