Skip to content

Commit f03f996

Browse files
committed
Fix
1 parent 8caa67d commit f03f996

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

raspberry-pi/ser_seq/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ module.exports =[
1414
counter = 0;
1515
wsServer.clients.forEach(function (client) {
1616
// if (client !== ws && client.readyState === WebSocket.OPEN) {
17-
<<<<<<< HEAD
18-
// console.log("chuj");
19-
=======
2017
// console.log("test");
21-
>>>>>>> Fixes
2218
// client.send(data);
2319
// }
2420
client.send(chunk);

0 commit comments

Comments
 (0)