mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 15:37:35 +02:00
removing debug output
This commit is contained in:
parent
7c12b0aaf3
commit
812dc59b20
1 changed files with 0 additions and 1 deletions
|
@ -2064,7 +2064,6 @@
|
||||||
(find (lambda (x) (equal? lib-name (library-name x)))
|
(find (lambda (x) (equal? lib-name (library-name x)))
|
||||||
(package-libraries pkg)))
|
(package-libraries pkg)))
|
||||||
ordered-lib-names))
|
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))
|
(libs (filter-map (lambda (lib) (build-library impl cfg lib dir))
|
||||||
ordered-libs)))
|
ordered-libs)))
|
||||||
(if (test-package impl cfg pkg dir)
|
(if (test-package impl cfg pkg dir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue