Remove debug
This commit is contained in:
parent
c9dec9a7ef
commit
ffa7beb7d8
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user