From af7550ca30f50da7688341bfe94bc7d90fb5af41 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 24 May 2013 11:38:16 -0400 Subject: [PATCH] console.log --- public/templates/footer.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/public/templates/footer.tpl b/public/templates/footer.tpl index 4e4b9671b0..515f511a30 100644 --- a/public/templates/footer.tpl +++ b/public/templates/footer.tpl @@ -98,7 +98,6 @@ } }) socket.on('api:notifications.get', function(data) { - console.log(data); var notifFrag = document.createDocumentFragment(), notifEl = document.createElement('li'), numRead = data.read.length,