From 541cf4b7adb39ce9759ac73cd6557c04c5919c8e Mon Sep 17 00:00:00 2001 From: Kathy Gray Date: Mon, 4 Jul 2005 19:40:01 +0000 Subject: [PATCH] Removed debugging printf svn: r328 --- collects/profj/libs/java/runtime.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/profj/libs/java/runtime.scm b/collects/profj/libs/java/runtime.scm index e619e83cf9..8d4fce3fd2 100644 --- a/collects/profj/libs/java/runtime.scm +++ b/collects/profj/libs/java/runtime.scm @@ -104,7 +104,7 @@ ;cast-primitive: value symbol int -> value (define (cast-primitive val type dim) - (printf "case-primitive ~a ~a ~n" val type) + ;(printf "cast-primitive ~a ~a ~n" val type) (if (> dim 0) (if (send val check-prim-type type dim) val