mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Suppress unneeded write
This commit is contained in:
parent
1f21b4688a
commit
680149a066
1 changed files with 1 additions and 1 deletions
2
test.scm
2
test.scm
|
@ -25,7 +25,7 @@
|
|||
;(write tmp)
|
||||
(cond
|
||||
((> (length tmp) 1000)
|
||||
(write "resetting tmp")
|
||||
;(write "resetting tmp")
|
||||
(set! tmp '()))
|
||||
(else #f))
|
||||
(loop))))
|
||||
|
|
Loading…
Add table
Reference in a new issue