chore(ischanged) rm console.log

This commit is contained in:
coderaiser 2014-03-16 10:56:55 -04:00
parent ab55aada7b
commit eba5b4d946

View file

@ -27,7 +27,6 @@
Times[name] = fileTime;
json = Util.stringifyJSON(Times);
console.log(json);
writeFile(CHANGES_JSON, json);
}