Skip to content

Commit b38177b

Browse files
committed
Remove debug output
1 parent 5448850 commit b38177b

File tree

1 file changed

+0
-1
lines changed
  • BlueMapCore/src/main/java/de/bluecolored/bluemap/core/map/lowres

1 file changed

+0
-1
lines changed

BlueMapCore/src/main/java/de/bluecolored/bluemap/core/map/lowres/LowresLayer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public LowresLayer(
5757
}
5858

5959
public void save() {
60-
Logger.global.logInfo("Saving lowres layer " + lod);
6160
tileCache.invalidateAll();
6261
tileCache.cleanUp();
6362
}

0 commit comments

Comments
 (0)