remove the printf, closes 11094

This commit is contained in:
Matthias Felleisen 2010-08-14 12:00:39 -04:00
parent 550e07f78f
commit b3525b4a2f

View File

@ -324,7 +324,6 @@
(define (handler re-raise)
(lambda (e)
(printf "breaking ..\n")
(disable-images-button)
(stop! (if re-raise e (send world get)))))