remove debug code

This commit is contained in:
David Botton 2022-08-16 21:29:25 -04:00
parent 6c9bcf8431
commit f1318dfdb1

View file

@ -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