We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adef50e commit e7f825bCopy full SHA for e7f825b
1 file changed
server.js
@@ -201,9 +201,9 @@ wss.on("connection", function connection(ws) {
201
// res.send("Hello World!");
202
// });
203
204
-wss.listen(PORT, () => {
205
- console.log("Listening to port PORT");
206
-});
+// wss.listen(PORT, () => {
+// console.log("Listening to port PORT");
+// });
207
208
function hostExists(name) {
209
for (let i = 0; i < hostList.length; i += 1) {
0 commit comments