Skip to content

Commit a07ffa3

Browse files
committed
remove print
1 parent e26d45b commit a07ffa3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/Canary/src/main/java/canary/mqtt5/Mqtt5Canary.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ public static void main(String[] args) {
745745

746746
// Check if it's time to print memory usage report
747747
if (secondsDifference >= nextMemoryCheckSeconds) {
748-
PrintMemoryUsageReport(secondsDifference, operationsExecuted * configClients);
749748
nextMemoryCheckSeconds += MEMORY_CHECK_INTERVAL_SECONDS;
750749
}
751750
} catch (ArithmeticException ex) {

0 commit comments

Comments
 (0)