remove debug logging
This commit is contained in:
parent
d9e0bae305
commit
fbe9f89c0f
2 changed files with 1 additions and 5 deletions
|
@ -37,9 +37,6 @@
|
||||||
|
|
||||||
$effect(() => {
|
$effect(() => {
|
||||||
if (typeof monitor !== 'undefined') {
|
if (typeof monitor !== 'undefined') {
|
||||||
if (monitor.monitorID == 9) {
|
|
||||||
console.log('Vaultwarden: ', monitor.status);
|
|
||||||
}
|
|
||||||
status = monitor.status;
|
status = monitor.status;
|
||||||
}
|
}
|
||||||
if (icons.length != 0) {
|
if (icons.length != 0) {
|
||||||
|
|
|
@ -26,8 +26,7 @@
|
||||||
|
|
||||||
socket.on('connect', () => {
|
socket.on('connect', () => {
|
||||||
socket.emit('loginByToken', data.token, (res) => {
|
socket.emit('loginByToken', data.token, (res) => {
|
||||||
console.log(data.token);
|
|
||||||
console.log(res);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue