Skip to content

Commit

Permalink
Print less spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomsen96 committed Nov 9, 2022
1 parent 50c8b65 commit c3153ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/CallScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function CallScreen({ clientId }) {
});

socket.on("data", (data) => {
console.log("Data received: ", data);
console.log("Data received: ", data.type);
signalingDataHandler(data);
});

Expand Down

0 comments on commit c3153ff

Please sign in to comment.