Remove debug statement.

This commit is contained in:
Juan Jose Garcia Ripoll 2008-09-04 23:48:09 +02:00
parent 82b5a84391
commit a3785ea2a3

View file

@ -337,7 +337,6 @@
coerced-arguments)
;; If the expression begins with @[0-9a-z]*, this means we are
;; saving some variables.
(print c-expression)
(when (and (> (length c-expression) 1)
(eq (char c-expression 0) #\@))
(do ((ndx 1 (1+ ndx)))