.removed DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@9448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-02-03 12:37:56 +00:00
parent 3f701d703d
commit 960f653ac3

View file

@ -58,7 +58,6 @@ ThisbacksDlg::ThisbacksDlg(const String& scope)
const Array<CppItem>& n = CodeBase()[q];
for(int i = 0; i < n.GetCount(); i++)
nname.FindAdd(n[i].name);
DDUMP(nname);
Index<String> done;
GatherCallbacks("", done, scope, PRIVATE);
}