From e8be417d2f003ad628116addcce64ad917764892 Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Wed, 31 Jul 2024 13:14:11 -0700 Subject: [PATCH] oopsie --- Craftimizer/Windows/SynthHelper.cs | 4 ---- 1 file changed, 4 deletions(-) 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)