Skip to content

Commit

Permalink
Remove stopwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Jan 16, 2024
1 parent 160d55c commit d208c84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions TeraFinder.Plugins/Forms/CalculatorForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,6 @@ private async Task<List<GridEntry>> 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)
Expand Down Expand Up @@ -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++)
Expand Down

0 comments on commit d208c84

Please sign in to comment.