Skip to content

Commit e2e3f4a

Browse files
committed
remove extra query building due to merge
1 parent 5011246 commit e2e3f4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,6 @@ private void QueryResults()
469469
}
470470
}, currentCancellationToken);
471471

472-
var plugins = PluginManager.ValidPluginsForQuery(query);
473-
// so looping will stop once it was cancelled
474-
475472
Task[] tasks = new Task[plugins.Count];
476473
try
477474
{

0 commit comments

Comments
 (0)