diff --git a/uppsrc/ide/ContextGoto.cpp b/uppsrc/ide/ContextGoto.cpp index 426f2293f..61789920c 100644 --- a/uppsrc/ide/ContextGoto.cpp +++ b/uppsrc/ide/ContextGoto.cpp @@ -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 ns = parser.GetNamespaces(); - DDUMP(qual); - DDUMP(id); if(qual.GetCount()) { // Ctrl::MOUSELEFT, Vector::Iterator Vector todo; String qa = Qualify(CodeBase(), parser.current_scope, qual + "::" + id, parser.context.namespace_using);