Remove console.log
This commit is contained in:
parent
6c84b0433c
commit
e9e085e804
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue