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%