From c006a791b93646e46f4689426a7fea3f8bf981f7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 27 Dec 2022 09:05:54 +0800 Subject: [PATCH] Comment out log --- src/app.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {