mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 01:18:17 +00:00
Remove unused module reload
This commit is contained in:
parent
b44bf9ec5f
commit
e67f864415
@ -37,12 +37,6 @@ module.exports = function () {
|
||||
cb();
|
||||
},
|
||||
|
||||
// Rebuild the modules dictionary.
|
||||
_modules: function (cb) {
|
||||
self.hooks._modules.reload();
|
||||
cb();
|
||||
},
|
||||
|
||||
// Rebuild the admin dictionary.
|
||||
_admin: function (cb) {
|
||||
self.hooks._admin.reload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user