Removed console.log

This commit is contained in:
Andrew Henry 2015-10-28 11:26:20 -07:00
parent bd984abc0f
commit 4708ac0ec1

View File

@ -187,10 +187,8 @@ GLOBAL.window = GLOBAL.window || GLOBAL; // nomnoml expects window to be define
destPath = path.dirname(destination),
streamOptions = {};
if (file.match(/png$/)){
console.log("Encoding " + file + " as binary");
streamOptions.encoding = null;
} else {
console.log("Encoding " + file + " as utf8");
streamOptions.encoding = 'utf8';
}