Removed my debugger (my bad XD)

This commit is contained in:
xSquishyLiam
2025-12-14 03:03:23 +00:00
parent b8f4be8391
commit 9cd1db1351
2 changed files with 1 additions and 3 deletions

2
.idea/workspace.xml generated
View File

@@ -11,7 +11,7 @@
<option name="LAST_RESOLUTION" value="IGNORE" /> <option name="LAST_RESOLUTION" value="IGNORE" />
</component> </component>
<component name="DarkyenusTimeTracker"> <component name="DarkyenusTimeTracker">
<option name="totalTimeSeconds" value="28359" /> <option name="totalTimeSeconds" value="32226" />
</component> </component>
<component name="ExternalProjectsData"> <component name="ExternalProjectsData">
<projectState path="$PROJECT_DIR$"> <projectState path="$PROJECT_DIR$">

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);
} }
} }