From 74a50158ca7bd7965e1c8d28ffbdb39bc5d9a002 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 Jan 2021 19:38:08 +0100 Subject: [PATCH] ui: tfa: drop bogus console.error Signed-off-by: Thomas Lamprecht --- www/LoginView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/LoginView.js b/www/LoginView.js index 3b8eee7b..ae443e0f 100644 --- a/www/LoginView.js +++ b/www/LoginView.js @@ -48,7 +48,6 @@ Ext.define('PBS.LoginView', { PBS.Utils.updateLoginData(data); PBS.app.changeView('mainview'); } catch (error) { - console.error(error); // for debugging Proxmox.Utils.authClear(); loginForm.unmask(); Ext.MessageBox.alert(