Skip to content

Commit 43cf840

Browse files
author
nehashri
committed
removing unnecessary output statement
1 parent 34f5ffd commit 43cf840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thoughtworks/gauge/connection/MessageDispatcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public void dispatchMessages(GaugeConnector connector) throws IOException {
8282
byte[] bytes = toBytes(messageLength);
8383
Messages.Message message = Messages.Message.parseFrom(bytes);
8484
IMessageProcessor messageProcessor;
85-
System.out.println(message.getMessageType());
8685
if (message.getMessageType() == Messages.Message.MessageType.SuiteDataStoreInit) {
8786
messageProcessor = getProcessor(message.getMessageType(), connector);
8887
} else {

0 commit comments

Comments
 (0)