diff --git a/Craftimizer/Windows/SynthHelper.cs b/Craftimizer/Windows/SynthHelper.cs index 02e2bdd..8de6a2c 100644 --- a/Craftimizer/Windows/SynthHelper.cs +++ b/Craftimizer/Windows/SynthHelper.cs @@ -476,8 +476,6 @@ public sealed unsafe class SynthHelper : Window, IDisposable private void OnStartCrafting(ushort recipeId) { - Log.Debug("On Start craftgin begin!"); - var shouldUpdateInput = false; if (recipeId != RecipeData?.RecipeId) { @@ -508,8 +506,6 @@ public sealed unsafe class SynthHelper : Window, IDisposable CurrentActionCount = 0; CurrentActionStates = new(); CurrentState = GetCurrentState(); - - Log.Debug("On Start craftgin end!"); } private void OnUseAction(ActionType action)