remove debug messages

This commit is contained in:
The Foxon 2023-07-14 00:33:54 +12:00
parent b8e81b4248
commit 9567a875f1

View File

@ -56,8 +56,6 @@ export default class ChatController {
return false return false
} }
console.log(data)
if (data.length === 0) { if (data.length === 0) {
isSyncing = false isSyncing = false
return true return true