mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Remove debug code
This commit is contained in:
parent
d8a11c2ea6
commit
d86b91af36
1 changed files with 2 additions and 2 deletions
|
@ -988,8 +988,8 @@
|
||||||
((null? args)
|
((null? args)
|
||||||
;; DEBUG
|
;; DEBUG
|
||||||
(let ((pobj (get-param-objs)))
|
(let ((pobj (get-param-objs)))
|
||||||
(if (not (pair? (car pobj)))
|
;(if (not (pair? (car pobj)))
|
||||||
(Cyc-display `(get-param-objs not a list: ,(get-param-objs))))
|
; (Cyc-display `(get-param-objs not a list: ,(get-param-objs))))
|
||||||
(cdr (assoc key pobj))))
|
(cdr (assoc key pobj))))
|
||||||
;; END DEBUG
|
;; END DEBUG
|
||||||
;(cdr (assoc key (get-param-objs))))
|
;(cdr (assoc key (get-param-objs))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue