Browse Source

app: remove debug text

Brendan Allan 4 weeks ago
parent
commit
331dacf9db
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/pages/layout.tsx

+ 0 - 1
packages/app/src/pages/layout.tsx

@@ -2362,7 +2362,6 @@ export default function Layout(props: ParentProps) {
                 }}
               >
                 <Show when={!autoselecting.loading} fallback={<div class="size-full" />}>
-                  slkdjflkj
                   {props.children}
                 </Show>
               </main>