Remove useless log on generate new

This commit is contained in:
Aurelsicoko 2017-08-17 16:35:37 +02:00
parent 1faf98a677
commit 1a58dca301

View File

@ -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) => {