Skip to content

Commit eb2ede5

Browse files
author
Matt Jacobs
committed
Removing stray println
1 parent 6aacadc commit eb2ede5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hystrix-core/src/main/java/com/netflix/hystrix/metric/CumulativeThreadPoolEventCounterStream.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ public static CumulativeThreadPoolEventCounterStream getInstance(HystrixThreadPo
6363
new CumulativeThreadPoolEventCounterStream(threadPoolKey, numBuckets, bucketSizeInMs, reduceCommandCompletion, reduceBucket);
6464
newStream.start();
6565
streams.putIfAbsent(threadPoolKey.name(), newStream);
66-
System.out.println("Returning new stream : " + newStream);
6766
return newStream;
6867
} else {
69-
System.out.println("Returning existing stream : " + existingStream);
7068
return existingStream;
7169
}
7270
}

0 commit comments

Comments
 (0)