Skip to content

Commit 0bfa816

Browse files
committed
cleanup
1 parent 65d7ae0 commit 0bfa816

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/components/version.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ let { partID } = $props();
66
const client = useRobotClient(() => partID);
77
const version = createRobotQuery(client, 'getVersion');
88
const stopAll = createRobotMutation(client, 'stopAll');
9-
10-
$inspect(version.current);
119
</script>
1210

1311
{#if version.current.error}

0 commit comments

Comments
 (0)