Remove debug output.

This commit is contained in:
Kyle 2015-04-10 23:44:40 -07:00
parent 651bcfaa4f
commit 5f5b2e495e
1 changed files with 0 additions and 2 deletions

View File

@ -85,8 +85,6 @@ additional args provided to the lambda."
(apply #'build-slot-list name slots)))
(ctor (mksymb "make-" name))
(all-slots (flatten (append (inherited-slots superclass) slots))))
(format t "Supers: ~A~%" supers)
`(progn
(closer-mop:ensure-finalized
(defclass ,name ,supers