Comment out log

This commit is contained in:
Lim Chee Aun 2022-12-27 09:05:54 +08:00
parent fb88129ae7
commit c006a791b9

View file

@ -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) {