Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendaryLinux committed Jan 15, 2022
1 parent 65ecf59 commit 9152526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ net.createServer((socket) => {
}).listen(port, hostname);

const handleSocketMessage = (message) => {
console.log(message);
const messageParts = message.split('|');
const messageType = messageParts.splice(0,1)[0];
switch (messageType) {
Expand Down

0 comments on commit 9152526

Please sign in to comment.