removed forgotten DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@8672 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-11 22:29:48 +00:00
parent e2a2715088
commit 26893ba2c2

View file

@ -155,15 +155,11 @@ void LoadDefs()
String n = wspc[i];
for(int i = 0; i < pk.file.GetCount(); i++) {
String path = SourcePath(n, pk.file[i]);
DDUMP(path);
DDUMP(GetFileExt(path));
if(GetFileExt(path) == ".defs")
defs.Add(path);
}
}
DDUMP(defs);
String fp;
for(int i = 0; i < defs.GetCount(); i++)
fp << defs[i] << "\n" << GetFileTimeCached(defs[i]) << "\n";