Oops, remove ALL "debugging printfs".
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 30 Apr 2011 18:20:19 +0000 (11:20 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 30 Apr 2011 18:20:19 +0000 (11:20 -0700)
src/cref/butils.scm

index 0f644b5e3ede384cb01107efdfd8f89a56902968..e125a0e53545d12d41171845ce94458ba0fd8491 100644 (file)
@@ -111,8 +111,6 @@ USA.
            (let ((target (->environment (car import)))
                  (source (->environment (cadr import)))
                  (names (cddr import)))
-             (for-each display (list";compile-system: linking: "
-                                    target" <- "source": "names"\n"))
              (for-each (lambda (name)
                         (environment-link-name target source name))
                       names)))