remove debug logging
This commit is contained in:
parent
d9e0bae305
commit
fbe9f89c0f
2 changed files with 1 additions and 5 deletions
src/routes/services
|
@ -26,8 +26,7 @@
|
|||
|
||||
socket.on('connect', () => {
|
||||
socket.emit('loginByToken', data.token, (res) => {
|
||||
console.log(data.token);
|
||||
console.log(res);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue