Replace errant printlns with logging.

This commit is contained in:
Gav
2018-02-04 23:03:13 +01:00
parent fa81eadadd
commit 28c64cd673
4 changed files with 11 additions and 8 deletions
+1
View File
@@ -37,6 +37,7 @@ extern crate rustc_hex;
extern crate native_runtime;
extern crate runtime_std;
extern crate triehash;
#[macro_use] extern crate log;
#[cfg(test)]
#[macro_use]