mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-20 14:32:59 +01:00
console.log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user