Remove debug statement

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-13 23:48:52 +02:00
parent 7ea5a3c6a3
commit 55eeb0e955

View file

@ -179,8 +179,6 @@
(def-type-propagator sqrt (fname arg)
(multiple-value-bind (output arg)
(ensure-nonrational-type arg)
(print arg)
(print (if (type>= '(REAL 0 *) arg) output 'NUMBER))
(values (list arg)
(if (type>= '(REAL 0 *) arg) output 'NUMBER))))