We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf2015 commit 9c78da6Copy full SHA for 9c78da6
src/lib/hooks/machine-status.svelte.ts
@@ -37,8 +37,6 @@ export const provideMachineStatusContext = (refetchInterval: () => number) => {
37
createQueries({
38
queries: toStore(() => options),
39
combine: (results) => {
40
- console.log(results);
41
-
42
const partIDs = Object.keys(clients.current);
43
44
return Object.fromEntries(
0 commit comments