Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 committed Jan 31, 2023
1 parent a606820 commit 7124df2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/adaptcollab/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@ define(function (require) {

// Listen for messages
socket.addEventListener("message", function (event) {
const messageUpdate = new Uint8Array(event.data).buffer;
const message = new DataView(messageUpdate);
// updateUsers(message);
console.log(event.data);
console.log(message);
});
}

Expand Down

0 comments on commit 7124df2

Please sign in to comment.