removed printf line

svn: r5223
This commit is contained in:
Matthias Felleisen 2007-01-04 23:27:22 +00:00
parent 271897e467
commit 0a89612920

View File

@ -154,7 +154,6 @@
(send my-frame resize
(min (+ 300 (* 3 (send my-text line-end-position num-failed-tests #f))) 900)
(min (+ 200 (* 5 num-failed-tests)) 900)))
(printf "~a~n" (send my-text line-end-position num-failed-tests #f))
(send my-text move-position 'home)
(send my-text lock #t)
(send my-frame show #t)