Remove useless debug

This commit is contained in:
Jack251970 2025-04-13 17:52:42 +08:00
parent 4a7915b9ff
commit 3f57f944f6

View file

@ -109,7 +109,6 @@ namespace Flow.Launcher.Plugin.Program
}
catch (OperationCanceledException)
{
Context.API.LogDebug(ClassName, "Query operation cancelled");
return emptyResults;
}
finally