mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
chore: forgot to remove a debug print stmt?
This commit is contained in:
parent
85f6ee2231
commit
6e94df5198
@ -247,7 +247,7 @@ export default class Connection {
|
||||
|
||||
for (const obj of objs) {
|
||||
const { type, body } = obj;
|
||||
console.log(type, body);
|
||||
// console.log(type, body);
|
||||
switch (type) {
|
||||
case "readNotification":
|
||||
this.onReadNotification(body);
|
||||
|
Loading…
Reference in New Issue
Block a user