Skip to content

Commit 9c78da6

Browse files
committed
remove log
1 parent bdf2015 commit 9c78da6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/hooks/machine-status.svelte.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export const provideMachineStatusContext = (refetchInterval: () => number) => {
3737
createQueries({
3838
queries: toStore(() => options),
3939
combine: (results) => {
40-
console.log(results);
41-
4240
const partIDs = Object.keys(clients.current);
4341

4442
return Object.fromEntries(

0 commit comments

Comments
 (0)