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,