mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +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)
|
;(write tmp)
|
||||||
(cond
|
(cond
|
||||||
((> (length tmp) 1000)
|
((> (length tmp) 1000)
|
||||||
(write "resetting tmp")
|
;(write "resetting tmp")
|
||||||
(set! tmp '()))
|
(set! tmp '()))
|
||||||
(else #f))
|
(else #f))
|
||||||
(loop))))
|
(loop))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue