mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Removing a console.log
This commit is contained in:
parent
75d801f417
commit
ab3445dbb4
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ module.exports = function (globPath) {
|
|||
if (!module.publicPlugins) {
|
||||
module.publicPlugins = glob.sync(join(publicPath, 'plugins', '*', 'index.js'));
|
||||
module.publicPlugins = module.publicPlugins.map(function (file) {
|
||||
console.log(publicPath);
|
||||
return file.replace(publicPath, module.name).replace(/\.js$/, '');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue