mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01: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();
|
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);
|
let account = accounts.find((a) => a.info.id === mastoAccount.id);
|
||||||
if (account) {
|
if (account) {
|
||||||
|
|
Loading…
Reference in a new issue