remove debug logging

This commit is contained in:
Neshura 2024-01-03 23:58:43 +01:00
parent e67c19d688
commit 49bb590c00
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 1 additions and 5 deletions

View file

@ -37,9 +37,6 @@
$effect(() => {
if (typeof monitor !== 'undefined') {
if (monitor.monitorID == 9) {
console.log('Vaultwarden: ', monitor.status);
}
status = monitor.status;
}
if (icons.length != 0) {

View file

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