mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
Remove debug statement
This commit is contained in:
parent
a437b627c1
commit
09922eb8d4
1 changed files with 0 additions and 1 deletions
|
|
@ -217,7 +217,6 @@
|
|||
(defun c2multiple-value-setq (vars form)
|
||||
(multiple-value-bind (min-values max-values)
|
||||
(c1form-values-number form)
|
||||
(print (list (c1form-type form) min-values max-values))
|
||||
(if (= min-values max-values)
|
||||
(do-m-v-setq-fixed min-values vars form nil)
|
||||
(progn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue