diff --git a/collects/framework/splash.rkt b/collects/framework/splash.rkt index a4854ed4..6d778f6e 100644 --- a/collects/framework/splash.rkt +++ b/collects/framework/splash.rkt @@ -203,7 +203,6 @@ (define splash-max-width 1) (define (close-splash) - (printf "splash-current-width ~s\n" splash-current-width) (unless (= splash-max-width splash-current-width) (splash-set-preference (get-splash-width-preference-name) (max 1 splash-current-width))) (on-splash-eventspace/ret (set! quit-on-close? #f))