From 4e4da78e0baabfd2f55592e59945005b03ce1cac Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 19 Jan 2015 22:31:18 +0000 Subject: [PATCH] debug --- modules/report/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/report/commands.js b/modules/report/commands.js index 615fe8a..972af79 100644 --- a/modules/report/commands.js +++ b/modules/report/commands.js @@ -117,6 +117,7 @@ var commands = function(dbot) { return parseInt(new Date(a).getTime()) - parseInt(new Date(b).getTime()); }), function(time) { event.reply('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); + console.log('[' + moment(parseInt(time)).format('DD/MM/YYYY') + '] ' + items[time]); }); if(ban) {