Remove console.log

main
sudoer777 2021-12-02 13:23:37 -07:00
parent 6c84b0433c
commit e9e085e804
1 changed files with 0 additions and 1 deletions

View File

@ -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;