diff --git a/Flow.Launcher/Storage/HistoryHelper.cs b/Flow.Launcher/Storage/HistoryHelper.cs index bb7f62eba..2f58b5bb7 100644 --- a/Flow.Launcher/Storage/HistoryHelper.cs +++ b/Flow.Launcher/Storage/HistoryHelper.cs @@ -13,7 +13,6 @@ public static class HistoryHelper { internal static List PopulateActions(this List items, bool isQuery) { - foreach (var item in items) { if (item.QueryAction != null && item.ExecuteAction != null) continue;