Removing some commented code

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-04-08 10:11:56 -07:00
parent 0e3352c560
commit e070353631

View File

@@ -62,9 +62,6 @@ namespace Orchard.Environment.ShellBuilders {
addingModules.RegisterModule(module);
}
// DynamicProxy2.
// addingModules.RegisterModule(new ExtensibleInterceptionModule(modules.OfType<IComponentInterceptorProvider>()));
addingModules.Update(shellScope);
return shellScope;