Skip to content

Commit 8d03fce

Browse files
committed
Remove error codes
1 parent 9149e3f commit 8d03fce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -651,12 +651,6 @@ public static void RemoveActionKeyword(string id, string oldActionkeyword)
651651
if (oldActionkeyword != Query.GlobalPluginWildcardSign)
652652
{
653653
_nonGlobalPlugins.TryRemove(oldActionkeyword, out var item);
654-
// If the removed item is not the same as the plugin being removed,
655-
// we should add it back to non-global plugins
656-
if (item.Metadata.ID != id)
657-
{
658-
_nonGlobalPlugins.TryAdd(oldActionkeyword, item);
659-
}
660654
}
661655

662656
// Update action keywords and action keyword in plugin metadata

0 commit comments

Comments
 (0)