From 6ef244c217f29ef3b6dac0baccfa3acbadc98056 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 13 Dec 2007 23:26:02 +0000 Subject: [PATCH] matrix printfs removed svn: r8003 --- collects/htdp/matrix-unit.ss | 1 - collects/htdp/matrix.ss | 1 - 2 files changed, 2 deletions(-) diff --git a/collects/htdp/matrix-unit.ss b/collects/htdp/matrix-unit.ss index b839c2c037..893cb7f565 100644 --- a/collects/htdp/matrix-unit.ss +++ b/collects/htdp/matrix-unit.ss @@ -8,7 +8,6 @@ (lib "pconvert.ss") (lib "pretty.ss")) -(printf "loading module matrix-unit @ bmatrix\n") ;; [Matrix X] = [BST X] (define bmatrix% (class object% diff --git a/collects/htdp/matrix.ss b/collects/htdp/matrix.ss index 65e4d45b71..ebe031d52c 100644 --- a/collects/htdp/matrix.ss +++ b/collects/htdp/matrix.ss @@ -21,7 +21,6 @@ (define (v-m VM) (send VM get-M)) (define (v? VM) (is-a? VM visible-matrix%)) -(printf "loading module matrix.ss @ visible-matrix\n") ;; representing a matrix that renders itself as an image, as in image.ss (define visible-matrix% (class cache-image-snip%