remove debugging cruft
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 6 Oct 2009 22:00:51 +0000 (18:00 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 6 Oct 2009 22:00:51 +0000 (18:00 -0400)
src/compiler.lisp

index a55fe46..115d067 100644 (file)
@@ -201,7 +201,6 @@ the form cannot be compiled to a symbol."
 
 (defun compound-symbol-p (symbol)
   (let ((split (split-sequence:split-sequence #\. (symbol-name symbol))))
-    (break "~A = ~A" symbol split)
     (if (cdr split)
        (reduce
         (lambda (&optional slot-name object-exp)