From f1318dfdb1ac6c223c36ef287337da0f4a045e90 Mon Sep 17 00:00:00 2001 From: David Botton Date: Tue, 16 Aug 2022 21:29:25 -0400 Subject: [PATCH] remove debug code --- tools/clog-builder.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/clog-builder.lisp b/tools/clog-builder.lisp index e522bd8..52e1138 100644 --- a/tools/clog-builder.lisp +++ b/tools/clog-builder.lisp @@ -1314,7 +1314,6 @@ of controls and double click to select control." (clog-ace:set-on-auto-complete (event-editor app) (lambda (obj prefix) (declare (ignore obj)) - (print prefix) (when (current-editor-is-lisp app) ;; we need to modify Ace's lisp mode to treat : as part of symbol ;; otherwise lookups do not consider the symbols package. I did