Skip to content

Commit 3f57f94

Browse files
committed
Remove useless debug
1 parent 4a7915b commit 3f57f94

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
109109
}
110110
catch (OperationCanceledException)
111111
{
112-
Context.API.LogDebug(ClassName, "Query operation cancelled");
113112
return emptyResults;
114113
}
115114
finally

0 commit comments

Comments
 (0)