From 472ea07f8a239daa3ac9b12aaa25c80fa833b152 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Wed, 18 Mar 2026 13:28:12 +0100 Subject: [PATCH] .DDUMP --- uppsrc/ide/ContextGoto.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/ide/ContextGoto.cpp b/uppsrc/ide/ContextGoto.cpp index 6c59c1a87..1bee70adc 100644 --- a/uppsrc/ide/ContextGoto.cpp +++ b/uppsrc/ide/ContextGoto.cpp @@ -179,7 +179,6 @@ void Ide::ContextGoto0(int pos) String name; Point ref_pos; String ref_id = GetRefId(pos, name, ref_pos); - DDUMP(ref_id); GotoId(ref_id, name, ref_pos, li); }