remove extra query building due to merge

This commit is contained in:
张弘韬 2021-01-17 18:21:35 +08:00
parent 5011246090
commit e2e3f4a365

View file

@ -469,9 +469,6 @@ namespace Flow.Launcher.ViewModel
}
}, currentCancellationToken);
var plugins = PluginManager.ValidPluginsForQuery(query);
// so looping will stop once it was cancelled
Task[] tasks = new Task[plugins.Count];
try
{