removed debugging (ack!)

svn: r6827
This commit is contained in:
Robby Findler 2007-07-06 03:16:29 +00:00
parent 23952788f9
commit ef3e1af332

View File

@ -91,7 +91,6 @@
(new timer% (new timer%
[notify-callback [notify-callback
(λ () (λ ()
(printf ".") (flush-output)
(set! toggle? (not toggle?)) (set! toggle? (not toggle?))
(refresh))] (refresh))]
[interval 200])))] [interval 200])))]