removing my debugger

This commit is contained in:
xSquishyLiam
2025-12-15 04:19:16 +00:00
parent 9d64d02f3d
commit b7f78c500b

View File

@@ -95,8 +95,6 @@ public class ModelEnginePropertyHandler implements PropertyHandler {
if (anim.isOverride() && anim.getLoopMode() == BlueprintAnimation.LoopMode.ONCE) { if (anim.isOverride() && anim.getLoopMode() == BlueprintAnimation.LoopMode.ONCE) {
break; break;
} }
plugin.getLogger().info(animId);
} }
} }