remove debug logging

This commit is contained in:
Neshura 2024-01-03 23:58:43 +01:00
parent d9e0bae305
commit fbe9f89c0f
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 1 additions and 5 deletions
src/routes/services

View file

@ -26,8 +26,7 @@
socket.on('connect', () => {
socket.emit('loginByToken', data.token, (res) => {
console.log(data.token);
console.log(res);
});
});