From cef2d065df75fe839ede964c91e77d38ed32850c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 14 Nov 2009 13:21:30 +0000 Subject: [PATCH] removed printf svn: r16767 --- collects/mrlib/image-core.ss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/mrlib/image-core.ss b/collects/mrlib/image-core.ss index d71228f178..415cdae955 100644 --- a/collects/mrlib/image-core.ss +++ b/collects/mrlib/image-core.ss @@ -262,7 +262,6 @@ has been moved out). (if (is-a? ed text%) (send ed get-line-spacing) 0))))))))) - (printf "scroll-step: ~s\n" scroll-step) ;; if that didn't happen, set it to 12. (unless scroll-step (set! scroll-step 12)))) @@ -649,4 +648,4 @@ has been moved out). ;; method names (provide get-shape get-bb get-normalized?) -(provide np-atomic-shape? atomic-shape? simple-shape?) \ No newline at end of file +(provide np-atomic-shape? atomic-shape? simple-shape?)