Skip to content

Commit b488284

Browse files
committed
Removed the debug stopwatch
1 parent a489250 commit b488284

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/thriveopedia/Thriveopedia.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,6 @@ private bool IsTransientPage(IThriveopediaPage page)
761761

762762
private void OnSearchUpdated(string newText)
763763
{
764-
Stopwatch DEBUGTIMER = new Stopwatch();
765-
DEBUGTIMER.Start();
766-
767764
stageDropdown.Visible = false;
768765

769766
var newTextLowercase = newText.ToLower(CultureInfo.CurrentCulture);
@@ -813,9 +810,6 @@ private void OnSearchUpdated(string newText)
813810

814811
iterator++;
815812
}
816-
817-
DEBUGTIMER.Stop();
818-
GD.Print($"STOPWATCH FOR THRIVEOPEDIA :{DEBUGTIMER.ElapsedMilliseconds}ms");
819813
}
820814

821815
/// <summary>

0 commit comments

Comments
 (0)