Remove debug

This commit is contained in:
Jesse Boyd 2017-10-03 12:00:07 +11:00
parent f0915b558b
commit 4150413885
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -319,7 +319,6 @@ public class EditSession extends AbstractWorld implements HasFaweQueue, Lighting
if (changeSet instanceof NullChangeSet && Fawe.imp().getBlocksHubApi() != null && player != null) {
changeSet = LoggingChangeSet.wrap(player, changeSet);
}
System.out.println("Changeset " + changeSet);
if (!(changeSet instanceof NullChangeSet)) {
if (!(changeSet instanceof LoggingChangeSet) && player != null && Fawe.imp().getBlocksHubApi() != null) {
changeSet = LoggingChangeSet.wrap(player, changeSet);