mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 13:50:38 +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: () => {
|
success: () => {
|
||||||
|
|
||||||
// Emit output.
|
// 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.
|
// Process all of the generator's targets concurrently.
|
||||||
async.each(Object.keys(generator.targets), (keyPath, asyncEachCb) => {
|
async.each(Object.keys(generator.targets), (keyPath, asyncEachCb) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user