Removed unnecessary feature from setup context.

This commit is contained in:
Sipke Schoorstra
2015-08-28 12:25:35 +01:00
parent 81adb78818
commit 735ab882b2

View File

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