Remove debug output.
This commit is contained in:
parent
651bcfaa4f
commit
5f5b2e495e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue