mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
Merge pull request #79 from Saibamen/remove_debug_spam
Remove debug spam
This commit is contained in:
commit
58d029445d
|
@ -50,7 +50,6 @@ let needSetup = false;
|
|||
version,
|
||||
})
|
||||
|
||||
console.log('a user connected');
|
||||
totalClient++;
|
||||
|
||||
if (needSetup) {
|
||||
|
@ -59,7 +58,6 @@ let needSetup = false;
|
|||
}
|
||||
|
||||
socket.on('disconnect', () => {
|
||||
console.log('user disconnected');
|
||||
totalClient--;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue