remove the printf, closes 11094
This commit is contained in:
parent
550e07f78f
commit
b3525b4a2f
|
@ -324,7 +324,6 @@
|
||||||
|
|
||||||
(define (handler re-raise)
|
(define (handler re-raise)
|
||||||
(lambda (e)
|
(lambda (e)
|
||||||
(printf "breaking ..\n")
|
|
||||||
(disable-images-button)
|
(disable-images-button)
|
||||||
(stop! (if re-raise e (send world get)))))
|
(stop! (if re-raise e (send world get)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user