remove debugging printf

This commit is contained in:
Matthew Flatt 2010-10-28 12:27:16 -06:00
parent 58e1e37734
commit 6fa9ee22a7

View File

@ -87,7 +87,7 @@
;; that, so there's an additional hack above. ;; that, so there's an additional hack above.
(define-appserv CGDisplayRegisterReconfigurationCallback (define-appserv CGDisplayRegisterReconfigurationCallback
(_fun (_fun #:atomic? #t -> _void) _pointer -> _int32)) (_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 (void
(CGDisplayRegisterReconfigurationCallback on-screen-changed #f)) (CGDisplayRegisterReconfigurationCallback on-screen-changed #f))