diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-10 20:26:25 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-10 20:26:25 -0400 |
| commit | 0cc07cca2bc93cd9a3be4c887c6c9f51d94dc6bf (patch) | |
| tree | 5aac0b833c627fcc3344c7f1a608ad89dc8187ba /hi-ui/src | |
| parent | d17ce92f815fa145fa56307a7e9b3993e0f4270d (diff) | |
Oops. Fixes stray debug from 2f0b77e8.
Diffstat (limited to 'hi-ui/src')
| -rw-r--r-- | hi-ui/src/routes/(app)/+layout.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hi-ui/src/routes/(app)/+layout.svelte b/hi-ui/src/routes/(app)/+layout.svelte index ae6195d..f8744c1 100644 --- a/hi-ui/src/routes/(app)/+layout.svelte +++ b/hi-ui/src/routes/(app)/+layout.svelte @@ -31,7 +31,6 @@ let response = await boot(); switch (response.status) { case 200: - debugger; onBooted(response.data); subscribeToEvents(response.data.resume_point); break; |
