diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs index 8eb5c4459..933b549c7 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginV2.cs @@ -149,12 +149,6 @@ namespace Flow.Launcher.Core.Plugin catch (RemoteMethodNotFoundException e) { } - catch (Exception e) - { - Log.Exception( - $"Exception when calling close method for plugin <{Context.CurrentPluginMetadata.Name}>", - e); - } RPC?.Dispose(); ErrorStream?.Dispose();