mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
delete missed console.log
This commit is contained in:
parent
1d1abd24ad
commit
614d96b470
@ -28,7 +28,6 @@ function processDMsnippet(dmUsers, dmThreadList, forGroup) {
|
||||
|
||||
// convert snipped to html and add it to date-sorted list
|
||||
var dmItem = dmDataToSnippetItem(dmUsers[u][0], u);
|
||||
console.log(u + ': ' + _newDMsPerUser[u]);
|
||||
if (_newDMsPerUser[u] > 0) {
|
||||
dmItem.addClass('new')
|
||||
.find('.messages-qtd').text(_newDMsPerUser[u]).show();
|
||||
|
Loading…
Reference in New Issue
Block a user