Remove debug output

This commit is contained in:
Lukas Rieger (Blue) 2022-08-15 23:56:40 +02:00
parent 5448850eca
commit b38177bc4a
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ public class LowresLayer {
}
public void save() {
Logger.global.logInfo("Saving lowres layer " + lod);
tileCache.invalidateAll();
tileCache.cleanUp();
}