Remove console.log

This commit is contained in:
sudoer777 2021-12-02 13:23:37 -07:00
parent 6c84b0433c
commit e9e085e804

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;