remove console.log

This commit is contained in:
Peter Maquiran
2023-06-11 23:00:12 +01:00
parent fd7a9fee94
commit e2cd5d0d8b
13 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ export class ChatPage implements OnInit {
if(event.notification == "recive") {
this.onSegmentChange()
}
console.log(event)
// console.log(event)
});
}