removed printf

svn: r16767
This commit is contained in:
Robby Findler 2009-11-14 13:21:30 +00:00
parent f3c70952cb
commit cef2d065df

View File

@ -262,7 +262,6 @@ has been moved out).
(if (is-a? ed text%) (if (is-a? ed text%)
(send ed get-line-spacing) (send ed get-line-spacing)
0))))))))) 0)))))))))
(printf "scroll-step: ~s\n" scroll-step)
;; if that didn't happen, set it to 12. ;; if that didn't happen, set it to 12.
(unless scroll-step (set! scroll-step 12)))) (unless scroll-step (set! scroll-step 12))))