Преглед на файлове

Remove unneeded logging

ghorsington преди 4 години
родител
ревизия
0c0cdef39b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      web/src/routes/_layout.svelte

+ 0 - 1
web/src/routes/_layout.svelte

@@ -11,7 +11,6 @@
   ) {
     const authResult = await this.fetch("/login/check");
     const result = (await authResult.json()) as AuthInfo;
-    console.log(`Auth: ${result.loggedIn}`);
     if (path.startsWith("/login/")) {
       if (result.loggedIn) {
         return this.redirect(302, "/");