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: '',
|
language: '',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
console.log(newAcct);
|
|
||||||
return newAcct;
|
return newAcct;
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
/* console.error(e);
|
/* console.error(e);
|
||||||
|
|
Loading…
Reference in a new issue