Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 15, 2024
1 parent 1bd1bcc commit 65ba955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/components/chat-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default class ChatWindowComponent extends Component {
async listenChatChannel(chatChannelRecord) {
this.socket.listen(`chat.${chatChannelRecord.public_id}`, (socketEvent) => {
const { event, data } = socketEvent;
console.log(event);
switch (event) {
case 'chat.added_participant':
case 'chat.removed_participant':
Expand Down

0 comments on commit 65ba955

Please sign in to comment.