chore(core): Remove debug statement
This commit is contained in:
parent
4f0e45cc75
commit
7abb11e0af
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ export const addPartPlugins = (part, config, raise) => {
|
|||
raise.info(`Plugin \`${plugin.plugin.name}\` was re-requested conditionally. Overwriting earlier condition.`)
|
||||
config.plugins[plugin.plugin.name] = plugin
|
||||
}
|
||||
else raise.info(`Plugin \`${plugin.plugin.name}\` was requested conditionally, but is already loaded explicitly. Not loading bitch.`)
|
||||
else raise.info(`Plugin \`${plugin.plugin.name}\` was requested conditionally, but is already loaded explicitly. Not loading.`)
|
||||
}
|
||||
else config.plugins[plugin.name] = plugin
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue