From b97062cb999f47a4904734806e93128a0e3c97ec Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 2 Feb 2006 14:10:01 +0000 Subject: [PATCH] fixed image.ss svn: r2084 --- collects/htdp/image.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/htdp/image.ss b/collects/htdp/image.ss index 011cbcacee..cc750c3e65 100644 --- a/collects/htdp/image.ss +++ b/collects/htdp/image.ss @@ -479,7 +479,6 @@ plt/collects/tests/mzscheme/image-test.ss (define (make-simple-cache-image-snip w h px py dc-proc mask-proc) (let ([w (inexact->exact (ceiling w))] [h (inexact->exact (ceiling h))]) - (printf "new w ~s new -h ~s\n" w h) (let ([argb-proc (lambda (argb-vector dx dy) (let ([c-bm (build-bitmap (lambda (dc) (dc-proc dc 0 0)) w h)]