fixed the macros a little
[clinton/lisp-on-lines.git] / src / mewa.lisp
index 063775a..be27094 100644 (file)
@@ -318,7 +318,7 @@ attributes is an alist keyed on the attribute name."
 
 
 (defmethod make-presentation ((object t) &key (type :viewer) (initargs nil))
-  
+  ;(warn "Initargs : ~A" initargs)
   (let* ((p (make-instance 'mewa-object-presentation))
         
         (a (progn (setf (slot-value p 'instance) object)
@@ -332,9 +332,6 @@ attributes is an alist keyed on the attribute name."
                                          (symbol-name type)
                                          type))
                   (plist-union initargs (cddr a)))))
-
-    (warn "~A ~A " initargs (cddr a))
-    
     
     (setf (slot-value i 'instance) object)
     (initialize-slots i)