remove unnecessary console.log
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

This commit is contained in:
jelveh
2025-02-28 00:14:56 -08:00
parent 1eb4c6034e
commit 5c62742fa3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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;
-1
View File
@@ -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;