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
@@ -17,6 +17,7 @@ native-runtime = { path = "../native-runtime", version = "0.1" }
runtime-std = { path = "../native-runtime/std", version = "0.1" }
triehash = "0.1.0"
hex-literal = "0.1.0"
log = "0.3"
[dev-dependencies]
assert_matches = "1.1"