log reduce
This commit is contained in:
parent
a6e4bb3f13
commit
16593e4fd5
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user