From 73c8adc86a11af08e935089dba31e02f6d1df5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 20 Jun 2023 08:43:56 +0200 Subject: [PATCH] Debug cleanup --- static/js/app.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/app.mjs b/static/js/app.mjs index 0536f22..2e84dea 100644 --- a/static/js/app.mjs +++ b/static/js/app.mjs @@ -138,8 +138,6 @@ class Login extends Component { } }//}}} render({}, { username, password }) {//{{{ - console.log('login render') - let authentication_failed = html``; if(this.authentication_failed.value) authentication_failed = html`
Authentication failed
`;