chore: forgot to remove a debug print stmt?
This commit is contained in:
parent
b3776a5e69
commit
6129d6eddb
|
@ -247,7 +247,7 @@ export default class Connection {
|
||||||
|
|
||||||
for (const obj of objs) {
|
for (const obj of objs) {
|
||||||
const { type, body } = obj;
|
const { type, body } = obj;
|
||||||
console.log(type, body);
|
// console.log(type, body);
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case "readNotification":
|
case "readNotification":
|
||||||
this.onReadNotification(body);
|
this.onReadNotification(body);
|
||||||
|
|
Loading…
Reference in New Issue