chore: remove console log on verify_credentials
This commit is contained in:
parent
6673c7fc13
commit
b57b644ec6
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ export class ApiAccountMastodon {
|
|||
language: '',
|
||||
},
|
||||
});
|
||||
console.log(newAcct);
|
||||
return newAcct;
|
||||
} catch (e: any) {
|
||||
/* console.error(e);
|
||||
|
|
Loading…
Reference in a new issue