remove leftover printf and adjust splash screen width default

original commit: b25c9591f62cc2984e14c25c9438fb253616fc2d
This commit is contained in:
Robby Findler 2011-01-20 15:40:11 -06:00
parent d6dfa2d675
commit 465ba73e39

View File

@ -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))