Skip to content

Commit 29a7575

Browse files
committed
Remove debug logging
1 parent 49aed30 commit 29a7575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unsafe/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ private void growAndRehash() {
593593
allocator.free(oldLongArray.memoryBlock());
594594
allocator.free(oldBitSet.memoryBlock());
595595
if (enablePerfMetrics) {
596-
System.out.println("Resizing took " + (System.currentTimeMillis() - resizeStartTime) + " ms");
597596
timeSpentResizingMs += System.currentTimeMillis() - resizeStartTime;
598597
}
599598
}

0 commit comments

Comments
 (0)