remove println!, add check to keep it out (#2585)

* remove debugging prints

* remove println!, add check to keep it out
This commit is contained in:
Rob Walker
2019-01-29 16:02:03 -08:00
committed by GitHub
parent 9eecd549e4
commit a0bed5375d
5 changed files with 2 additions and 10 deletions

View File

@ -13,7 +13,7 @@ _ cargo fmt --all -- --check
_ cargo clippy --all -- --version
_ cargo clippy --all -- --deny=warnings
_ ci/audit.sh
_ ci/nits.sh || true # TODO: remove || true once all println!s are expunged
_ ci/nits.sh
_ book/build.sh
echo --- ok