chore: Drop WEManager#cancelEditSafe() logger (#1779)

This commit is contained in:
Alexander Brandes 2022-06-10 01:26:59 +02:00 committed by GitHub
parent c5a50179f2
commit 3ec17f3507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,6 @@ public class WEManager {
}
public void cancelEditSafe(AbstractDelegateExtent parent, FaweException reason) throws FaweException {
LOGGER.warn("CancelEditSafe was hit. Please ignore this message.");
Extent currentExtent = parent.getExtent();
if (!(currentExtent instanceof NullExtent)) {
parent.extent = new NullExtent(parent.extent, reason);