remove `console.log`
This commit is contained in:
parent
a1a933c272
commit
76f5fb07bc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue