3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 02:35:52 +00:00

WalletTest: Remove redundant logging.

This commit is contained in:
Andreas Schildbach 2016-08-17 21:29:21 +02:00
parent a22b5d6634
commit d876ea9d34

View File

@ -1587,7 +1587,6 @@ public class WalletTest extends TestWithWallet {
// TODO: This code is messy, improve the Script class and fixinate!
assertEquals(t2.toString(), 1, t2.getInputs().get(0).getScriptSig().getChunks().size());
assertTrue(t2.getInputs().get(0).getScriptSig().getChunks().get(0).data.length > 50);
log.info(t2.toString(chain));
}
@Test