Skip to content

Commit 9e2d029

Browse files
committed
delete a few lines logging to get past coverage
Signed-off-by: Antoine Toulme <[email protected]>
1 parent 0b0ccf6 commit 9e2d029

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim/impl/ChaincodeSupportClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ public void shutdown(final InvocationTaskManager itm) {
5353
this.channel.shutdown();
5454
if (!channel.awaitTermination(DEFAULT_TIMEOUT, TimeUnit.SECONDS)) {
5555
channel.shutdownNow();
56-
if (!channel.awaitTermination(DEFAULT_TIMEOUT, TimeUnit.SECONDS)) {
57-
System.err.println("Channel did not terminate");
58-
}
5956
}
6057

6158
} catch (final InterruptedException e) {

0 commit comments

Comments
 (0)