mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Remove debug code
This commit is contained in:
parent
2ddabc9494
commit
d944eed23c
1 changed files with 1 additions and 1 deletions
|
@ -1835,7 +1835,7 @@
|
|||
;; Generate code to unpack args into locals w/expected names
|
||||
(for-each
|
||||
(lambda (scm-arg arg)
|
||||
(trace:error `(DEBUG ,scm-arg ARG ,arg))
|
||||
;;(trace:error `(DEBUG ,scm-arg ARG ,arg))
|
||||
(let ((var (adb:get/default scm-arg #f)))
|
||||
(when (and var
|
||||
(> (adbv:ref-count var) 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue