From 5c62742fa3da2b8cb43925eecadc7aa9b2111a4e Mon Sep 17 00:00:00 2001 From: jelveh Date: Fri, 28 Feb 2025 00:14:56 -0800 Subject: [PATCH] remove unnecessary `console.log` --- src/gui/src/UI/UIItem.js | 1 - src/gui/src/UI/UIWindowNewPassword.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/gui/src/UI/UIItem.js b/src/gui/src/UI/UIItem.js index f54daa003..c109da65e 100644 --- a/src/gui/src/UI/UIItem.js +++ b/src/gui/src/UI/UIItem.js @@ -1431,7 +1431,6 @@ $(document).on('click', '.item-has-website-url-badge', async function(e){ }) $(document).on('mousedown', '.item-has-website-url-badge', async function(e){ - console.log('mousedown') e.stopPropagation(); e.preventDefault(); return false; diff --git a/src/gui/src/UI/UIWindowNewPassword.js b/src/gui/src/UI/UIWindowNewPassword.js index 2b1388a67..bf2d1c41d 100644 --- a/src/gui/src/UI/UIWindowNewPassword.js +++ b/src/gui/src/UI/UIWindowNewPassword.js @@ -78,7 +78,6 @@ async function UIWindowNewPassword(options){ } const response_data = await response.json(); - console.log('response_data', response_data); let time_remaining = response_data.time_remaining;