There was an error while loading. Please reload this page.
1 parent a489250 commit b488284Copy full SHA for b488284
1 file changed
src/thriveopedia/Thriveopedia.cs
@@ -761,9 +761,6 @@ private bool IsTransientPage(IThriveopediaPage page)
761
762
private void OnSearchUpdated(string newText)
763
{
764
- Stopwatch DEBUGTIMER = new Stopwatch();
765
- DEBUGTIMER.Start();
766
-
767
stageDropdown.Visible = false;
768
769
var newTextLowercase = newText.ToLower(CultureInfo.CurrentCulture);
@@ -813,9 +810,6 @@ private void OnSearchUpdated(string newText)
813
810
814
811
iterator++;
815
812
}
816
817
- DEBUGTIMER.Stop();
818
- GD.Print($"STOPWATCH FOR THRIVEOPEDIA :{DEBUGTIMER.ElapsedMilliseconds}ms");
819
820
821
/// <summary>
0 commit comments