Skip to content

Commit c3dfe4f

Browse files
committed
fix:logs removed and updates on speed-dating match
1 parent 3048722 commit c3dfe4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/socket/handlers.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ exports.socketHandlers = (wss) => {
135135

136136
clearTimeout(room.timer);
137137

138-
console.log(payload[0] && payload[1]);
138+
// console.log(payload[0] && payload[1]);
139139

140140
if (payload[0] && payload[1]) {
141141

142-
console.log('MATCH in Blind-dating')
143-
console.log(payload[0])
144-
console.log(payload[1])
142+
// console.log('MATCH in Blind-dating')
143+
// console.log(payload[0])
144+
// console.log(payload[1])
145145

146146
Reply.create([
147147
{
@@ -164,7 +164,7 @@ exports.socketHandlers = (wss) => {
164164
);
165165
});
166166

167-
console.log("Updates sent")
167+
// console.log("Updates sent")
168168
}
169169

170170
delete rooms[roomId];

0 commit comments

Comments
 (0)