Skip to content

Commit 9b1180f

Browse files
committed
remove testing code
1 parent 6931c8d commit 9b1180f

File tree

1 file changed

+0
-3
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+0
-3
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public class Main : ISettingProvider, IAsyncPlugin, IPluginI18n, IContextMenu, I
3131

3232
private static readonly List<Result> emptyResults = new();
3333

34-
private int reg_count;
35-
private int query_count;
3634

3735
public void Save()
3836
{
@@ -45,7 +43,6 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
4543
if (IsStartupIndexProgramsRequired)
4644
_ = IndexPrograms();
4745

48-
query_count++;
4946

5047
if (!cache.TryGetValue(query.Search, out var result))
5148
{

0 commit comments

Comments
 (0)