Skip to content

Commit 1a9d8b5

Browse files
committed
remove commented-out debugging (oops)
1 parent dd797b8 commit 1a9d8b5

File tree

1 file changed

+0
-1
lines changed
  • drracket-core-lib/drracket/private/syncheck

1 file changed

+0
-1
lines changed

drracket-core-lib/drracket/private/syncheck/gui.rkt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,6 @@ If the namespace does not, they are colored the unbound color.
20432043
(unless (and arrows-bitmap
20442044
(= (send arrows-bitmap get-width) width)
20452045
(= (send arrows-bitmap get-height) height))
2046-
; (message-box "making bitmap" (format "~s ~s" width height))
20472046
(set! arrows-bitmap (send canvas make-bitmap width height)))
20482047

20492048
(define bdc (make-object bitmap-dc% arrows-bitmap))

0 commit comments

Comments
 (0)