From 735ab882b2dd3c1f7bdf6b20cf10ce6f925c2ce8 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 28 Aug 2015 12:25:35 +0100 Subject: [PATCH] Removed unnecessary feature from setup context. --- src/Orchard/Environment/ShellBuilders/ShellContextFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Orchard/Environment/ShellBuilders/ShellContextFactory.cs b/src/Orchard/Environment/ShellBuilders/ShellContextFactory.cs index c9d3b8e89..5646a3b3c 100644 --- a/src/Orchard/Environment/ShellBuilders/ShellContextFactory.cs +++ b/src/Orchard/Environment/ShellBuilders/ShellContextFactory.cs @@ -103,7 +103,6 @@ namespace Orchard.Environment.ShellBuilders { Features = new[] { new ShellFeature { Name = "Orchard.Setup" }, new ShellFeature { Name = "Shapes" }, - new ShellFeature { Name = "Orchard.Recipes" }, new ShellFeature { Name = "Orchard.jQuery" } }, };