diff --git a/public/scripts/manage/account.js b/public/scripts/manage/account.js index 4b11006..f9a7370 100644 --- a/public/scripts/manage/account.js +++ b/public/scripts/manage/account.js @@ -15,7 +15,6 @@ async function Initialize() { let accountID = params.get('account') || (document.getElementById('account-id') ? document.getElementById('account-id').value : null); if(accountID) { const account = await Data.getAccount(accountID); - console.log(account); nameTextbox.value = account.name;