Removed stray DDUMP

git-svn-id: svn://ultimatepp.org/upp/trunk@1103 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-04-27 07:40:59 +00:00
parent 741475a9d0
commit f1ca0f32d0

View file

@ -94,7 +94,6 @@ void Ide::InsertMenu(Bar& bar)
String fn = p[i];
String ext = ToLower(GetFileExt(fn));
String pp = pn + '/' + fn;
DDUMP(fn);
if(ext == ".lay") {
bar.Add(fn + " include", THISBACK1(InsertLay, pp));
n++;