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;