summaryrefslogtreecommitdiff
path: root/hi-ui/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'hi-ui/src/routes')
-rw-r--r--hi-ui/src/routes/(app)/+layout.svelte1
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;