Remove debug

This commit is contained in:
Magnus Ulf 2019-02-09 21:16:26 +01:00
parent c9dec9a7ef
commit ffa7beb7d8

View File

@ -320,8 +320,6 @@ public class MassiveCommand implements Active, PluginIdentifiableCommand
// Apply // Apply
this.parent = parent; this.parent = parent;
parent.addChild(this); parent.addChild(this);
if (parent instanceof MassiveCommandDeprecated) MUtil.stackTraceDebug(getClassOrEnclosing(this).getSimpleName());
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")