From d208c846b1d211f9c5b0955876c4328b40c1f501 Mon Sep 17 00:00:00 2001 From: Manu <52102823+Manu098vm@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:01:23 +0100 Subject: [PATCH] Remove stopwatch --- TeraFinder.Plugins/Forms/CalculatorForm.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TeraFinder.Plugins/Forms/CalculatorForm.cs b/TeraFinder.Plugins/Forms/CalculatorForm.cs index 4067238..4b8a773 100644 --- a/TeraFinder.Plugins/Forms/CalculatorForm.cs +++ b/TeraFinder.Plugins/Forms/CalculatorForm.cs @@ -589,9 +589,6 @@ private async Task> StartSearch(SAV9SV sav, GameProgress progres else possibleGroups.Add(index); - var stopwatch = new System.Diagnostics.Stopwatch(); - stopwatch.Start(); - foreach (var group in possibleGroups) { if (token.IsCancellationRequested) @@ -659,8 +656,6 @@ await Task.Run(async () => resetEvent.WaitOne(); - MessageBox.Show($"{Strings["ActionSearch"]} {Strings["Found"]} {CalculatedList.Count} {Strings["True"]}\nTime Elapsed: {stopwatch.Elapsed}"); - await Task.Delay(0_300).ConfigureAwait(false); for (var i = 0; i < nthreads; i++)