[qa] Avoid printing to console during cache creation

This commit is contained in:
Suhas Daftuar
2018-05-09 08:49:23 -04:00
parent 08c1caf863
commit 08ebdba82a
2 changed files with 2 additions and 2 deletions

View File

@@ -83,8 +83,7 @@ class TestNode():
"-debugexclude=libevent",
"-debugexclude=leveldb",
"-mocktime=" + str(mocktime),
"-uacomment=testnode%d" % i,
"-noprinttoconsole"
"-uacomment=testnode%d" % i
]
self.cli = TestNodeCLI(bitcoin_cli, self.datadir)