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" } }, };