remove `console.log`
This commit is contained in:
parent
a1a933c272
commit
76f5fb07bc
|
@ -45,8 +45,6 @@ export class ActivityCenter {
|
|||
count++
|
||||
}
|
||||
|
||||
console.log('be:count', count)
|
||||
|
||||
if (chat) {
|
||||
chat.count = count
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue