log reduce

This commit is contained in:
Patrick Haßel 2023-02-27 08:48:54 +01:00
parent a6e4bb3f13
commit 16593e4fd5

View File

@ -49,7 +49,7 @@ public class Layer {
index = history.size();
revision++;
history.add(current);
log.info("Revision {} created", index);
log.debug("Revision {} created", index);
}
public void undo() {