shoo console.log

This commit is contained in:
Juan Garcia 2015-07-26 23:09:28 -05:00
parent ba8584af34
commit 632ca05f6c
1 changed files with 0 additions and 1 deletions

View File

@ -30,6 +30,5 @@ module.exports = class PuppetFix extends Beautifier
} }
}) })
.then(=> .then(=>
console.log(@readFile(tempFile))
@readFile(tempFile) @readFile(tempFile)
) )