remove debugging printf

original commit: 6fa9ee22a7c8e79585eb6434b20ca6650c0552f1
This commit is contained in:
Matthew Flatt 2010-10-28 12:27:16 -06:00
parent bcf278469c
commit 9806913cb2

View File

@ -87,7 +87,7 @@
;; that, so there's an additional hack above.
(define-appserv CGDisplayRegisterReconfigurationCallback
(_fun (_fun #:atomic? #t -> _void) _pointer -> _int32))
(define (on-screen-changed) (printf "CG\n") (post-dummy-event))
(define (on-screen-changed) (post-dummy-event))
(void
(CGDisplayRegisterReconfigurationCallback on-screen-changed #f))