remove trash from log

This commit is contained in:
antelle 2016-04-10 10:31:08 +03:00
parent ba1624e631
commit 5b87b9a560
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ var AutoType = {
logger.error('Obfuscate error', e);
return callback(e);
}
logger.debug('Obfuscated', that.printOps(runner.ops));
logger.debug('Obfuscated');
}
runner.run(function(err) {
if (err) {