From 164bf55e98dbe1850338ea6e0468a1a63670c700 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 19 Jun 2014 00:26:57 +0200 Subject: [PATCH] Cleaning up --- lib/models/chan.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/models/chan.js b/lib/models/chan.js index e78d7c2b..24933341 100644 --- a/lib/models/chan.js +++ b/lib/models/chan.js @@ -27,7 +27,6 @@ Chan.prototype.addMsg = function(msg) { dir += this.network + "/"; if (!fs.existsSync(dir)) { fs.mkdir(dir); - console.log(dir); } var date = moment().format("YYYY-MM-DD");