.removed DDUMPs

git-svn-id: svn://ultimatepp.org/upp/trunk@8729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-23 08:03:39 +00:00
parent 58f8ffb40d
commit d20222f995

View file

@ -181,7 +181,6 @@ void Ide::ContextGoto0(int pos)
ci++;
}
editor.Context(parser, ci);
DDUMP(xp);
if(xp.GetCount()) {
type = editor.EvaluateExpressionType(parser, xp);
if(type.GetCount() == 0)
@ -235,8 +234,6 @@ void Ide::ContextGoto0(int pos)
Vector<String> ns = parser.GetNamespaces();
DDUMP(qual);
DDUMP(id);
if(qual.GetCount()) { // Ctrl::MOUSELEFT, Vector<String>::Iterator
Vector<String> todo;
String qa = Qualify(CodeBase(), parser.current_scope, qual + "::" + id, parser.context.namespace_using);