Skip to content

Commit 48e94d1

Browse files
committed
Remove debug output
1 parent 711373b commit 48e94d1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/janelia/saalfeldlab/n5/shard/DefaultDatasetAccess.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,6 @@ private ReadData writeRegionRecursive(
335335
) {
336336
final boolean writeFully = existingReadData == null;
337337
final int level = position.level();
338-
String indent = "";
339-
for (int i = 0; i < 2-level; ++i)
340-
indent += " ";
341-
System.out.println(indent + "position = " + position + (writeFully ? " (writeFully)" : ""));
342338
if ( level == 0 ) {
343339

344340
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)