mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing some commented code
--HG-- branch : dev
This commit is contained in:
@@ -62,9 +62,6 @@ namespace Orchard.Environment.ShellBuilders {
|
|||||||
addingModules.RegisterModule(module);
|
addingModules.RegisterModule(module);
|
||||||
}
|
}
|
||||||
|
|
||||||
// DynamicProxy2.
|
|
||||||
// addingModules.RegisterModule(new ExtensibleInterceptionModule(modules.OfType<IComponentInterceptorProvider>()));
|
|
||||||
|
|
||||||
addingModules.Update(shellScope);
|
addingModules.Update(shellScope);
|
||||||
|
|
||||||
return shellScope;
|
return shellScope;
|
||||||
|
Reference in New Issue
Block a user