Skip to content

Commit 7ab8170

Browse files
committed
remove log
1 parent 0fcd048 commit 7ab8170

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/src/routes/+page.svelte

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,7 @@
9393
orderByGroups = localStorage.getItem('orderByGroups') !== 'false';
9494
getAllDevices();
9595
['devices', 'ports', 'permissions'].forEach((collection) =>
96-
$pocketbase
97-
.collection(collection)
98-
.subscribe('*', getAllDevices)
99-
.then(() => {
100-
console.log('Subscribed to changes in collection:', collection);
101-
})
96+
$pocketbase.collection(collection).subscribe('*', getAllDevices)
10297
);
10398
});
10499
</script>

0 commit comments

Comments
 (0)