diff --git a/src/app.jsx b/src/app.jsx index 9e1d2c49..cfe88e54 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -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) {