Skip to content

Commit 65d7ae0

Browse files
committed
cleanup
1 parent 72fa8e9 commit 65d7ae0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/hooks/create-robot-query.svelte.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const createRobotQuery = <T extends RobotClient, K extends keyof T>(
4949
args = undefined;
5050
}
5151

52-
$inspect(connectionStatus.current, MachineConnectionEvent.CONNECTED);
5352
const _options = $derived(
5453
typeof options === 'function' ? options() : options
5554
);
@@ -61,7 +60,6 @@ export const createRobotQuery = <T extends RobotClient, K extends keyof T>(
6160
_options?.enabled !== false &&
6261
enabledQueries.robotQueries
6362
);
64-
$inspect(enabled);
6563

6664
const queryOptions = $derived(
6765
createQueryOptions({

0 commit comments

Comments
 (0)