mirror of
https://github.com/strapi/strapi.git
synced 2025-09-02 21:32:43 +00:00
Remove useless log on generate new
This commit is contained in:
parent
1faf98a677
commit
1a58dca301
@ -51,7 +51,7 @@ function generate(generator, scope, cb) {
|
||||
success: () => {
|
||||
|
||||
// Emit output.
|
||||
logger.info('Generating ' + util.inspect(generator) + ' at `' + scope.rootPath + '`...');
|
||||
logger.info('Generating at `' + scope.rootPath + '`...');
|
||||
|
||||
// Process all of the generator's targets concurrently.
|
||||
async.each(Object.keys(generator.targets), (keyPath, asyncEachCb) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user