From 812dc59b20f3c083def9280916075f9f18515771 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 30 Jan 2017 22:51:52 +0900 Subject: [PATCH] removing debug output --- lib/chibi/snow/commands.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index 1673f2e8..fdd28919 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -2064,7 +2064,6 @@ (find (lambda (x) (equal? lib-name (library-name x))) (package-libraries pkg))) ordered-lib-names)) - (_ (begin (write `(topo: ,(map library-name (package-libraries pkg)) -> ,ordered-lib-names -> ,ordered-libs)) (newline))) (libs (filter-map (lambda (lib) (build-library impl cfg lib dir)) ordered-libs))) (if (test-package impl cfg pkg dir)