remove `console.log`

This commit is contained in:
Felicio Mununga 2022-08-24 12:02:25 +02:00
parent a1a933c272
commit 76f5fb07bc
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ export class ActivityCenter {
count++ count++
} }
console.log('be:count', count)
if (chat) { if (chat) {
chat.count = count chat.count = count
} else { } else {