Remove console.log
parent
6c84b0433c
commit
e9e085e804
|
@ -15,7 +15,6 @@ async function Initialize() {
|
||||||
let accountID = params.get('account') || (document.getElementById('account-id') ? document.getElementById('account-id').value : null);
|
let accountID = params.get('account') || (document.getElementById('account-id') ? document.getElementById('account-id').value : null);
|
||||||
if(accountID) {
|
if(accountID) {
|
||||||
const account = await Data.getAccount(accountID);
|
const account = await Data.getAccount(accountID);
|
||||||
console.log(account);
|
|
||||||
|
|
||||||
nameTextbox.value = account.name;
|
nameTextbox.value = account.name;
|
||||||
|
|
||||||
|
|
Reference in New Issue