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)
|
||||
;; DEBUG
|
||||
(let ((pobj (get-param-objs)))
|
||||
(if (not (pair? (car pobj)))
|
||||
(Cyc-display `(get-param-objs not a list: ,(get-param-objs))))
|
||||
;(if (not (pair? (car pobj)))
|
||||
; (Cyc-display `(get-param-objs not a list: ,(get-param-objs))))
|
||||
(cdr (assoc key pobj))))
|
||||
;; END DEBUG
|
||||
;(cdr (assoc key (get-param-objs))))
|
||||
|
|
Loading…
Add table
Reference in a new issue