(zilch planner step): remove debug output
This commit is contained in:
parent
5a69ffa8fa
commit
43322a8f05
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@
|
|||
(lambda (step-id step)
|
||||
(define finalized (do ((args (build-step-dependencies step) (cdr args))) ((or (null? args) (not (mapping-contains? (build-plan-finalized plan) (car args)))) (null? args))))
|
||||
(when finalized
|
||||
(printf "marking ~S as ready to run..\n" step-id)
|
||||
(set-build-plan-ready-to-run! plan (cons step (build-plan-ready-to-run plan)))))
|
||||
(build-plan-steps plan))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue