mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 16:27:35 +02:00
Remove debug output
This commit is contained in:
parent
0339833541
commit
bafa80f63b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
|
||||
(define (adbv-set-assigned-value-helper! sym var value)
|
||||
(define (update-lambda-atv! syms value)
|
||||
(trace:error `(update-lambda-atv! ,syms ,value))
|
||||
;(trace:error `(update-lambda-atv! ,syms ,value))
|
||||
(cond
|
||||
((ast:lambda? value)
|
||||
(let ((id (ast:lambda-id value)))
|
||||
|
|
Loading…
Add table
Reference in a new issue