mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 19:56:34 +02:00
Remove debug trace
This commit is contained in:
parent
ad6e2c5f78
commit
54e32106f5
1 changed files with 1 additions and 1 deletions
|
@ -2035,7 +2035,7 @@
|
||||||
(define (prim-call/cont? exp)
|
(define (prim-call/cont? exp)
|
||||||
(let ((result (and (app? exp)
|
(let ((result (and (app? exp)
|
||||||
(prim:cont? (car exp)))))
|
(prim:cont? (car exp)))))
|
||||||
(trace:info `(prim-call/cont? ,exp ,result))
|
;(trace:info `(prim-call/cont? ,exp ,result))
|
||||||
result))
|
result))
|
||||||
|
|
||||||
(define (found exp . sym)
|
(define (found exp . sym)
|
||||||
|
|
Loading…
Add table
Reference in a new issue