mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Remove debug statement
This commit is contained in:
parent
7ea5a3c6a3
commit
55eeb0e955
1 changed files with 0 additions and 2 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue