.removed DLOG

git-svn-id: svn://ultimatepp.org/upp/trunk@7410 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-03 06:20:40 +00:00
parent 696d4ab934
commit 31ee71d7a2

View file

@ -912,7 +912,6 @@ void AppMain___()
if(arg.GetCount() && !clset) {
for(int i = 0; i < arg.GetCount(); i++)
if(arg[i] != "-f") {
DLOG("Loading " << NormalizePath(arg[i]));
ide.EditFile(NormalizePath(arg[i]));
ide.FileSelected();
}