mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove testing code
This commit is contained in:
parent
6931c8d86c
commit
9b1180fc89
1 changed files with 0 additions and 3 deletions
|
|
@ -31,8 +31,6 @@ namespace Flow.Launcher.Plugin.Program
|
|||
|
||||
private static readonly List<Result> emptyResults = new();
|
||||
|
||||
private int reg_count;
|
||||
private int query_count;
|
||||
|
||||
public void Save()
|
||||
{
|
||||
|
|
@ -45,7 +43,6 @@ namespace Flow.Launcher.Plugin.Program
|
|||
if (IsStartupIndexProgramsRequired)
|
||||
_ = IndexPrograms();
|
||||
|
||||
query_count++;
|
||||
|
||||
if (!cache.TryGetValue(query.Search, out var result))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue