mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Comment out log
This commit is contained in:
parent
fb88129ae7
commit
c006a791b9
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ export function App() {
|
|||
|
||||
const mastoAccount = await masto.v1.accounts.verifyCredentials();
|
||||
|
||||
console.log({ tokenJSON, mastoAccount });
|
||||
// console.log({ tokenJSON, mastoAccount });
|
||||
|
||||
let account = accounts.find((a) => a.info.id === mastoAccount.id);
|
||||
if (account) {
|
||||
|
|
Loading…
Reference in a new issue