mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Remove debug statements
This commit is contained in:
parent
b62f153ed3
commit
7cf74b073b
2 changed files with 0 additions and 4 deletions
|
|
@ -48,9 +48,6 @@
|
|||
|
||||
(setf vars (nreverse vars) forms (nreverse forms))
|
||||
|
||||
(print vars)
|
||||
(print args)
|
||||
|
||||
(mapc #'push-vars vars)
|
||||
|
||||
(check-vdecl vnames ts is)
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
nil)
|
||||
|
||||
(defun handle-internal-error (c)
|
||||
(print c)
|
||||
(si::default-debugger c)
|
||||
(unless (typep c 'compiler-error)
|
||||
(signal 'compiler-internal-error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue