mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
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
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user