From eba5b4d94679d0b58374c3c81269bd141f2ac029 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 16 Mar 2014 10:56:55 -0400 Subject: [PATCH] chore(ischanged) rm console.log --- lib/server/ischanged.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/server/ischanged.js b/lib/server/ischanged.js index f35f1138..1c2007a8 100644 --- a/lib/server/ischanged.js +++ b/lib/server/ischanged.js @@ -27,7 +27,6 @@ Times[name] = fileTime; json = Util.stringifyJSON(Times); - console.log(json); writeFile(CHANGES_JSON, json); }