Comment out log

pull/34/head
Lim Chee Aun 2022-12-27 09:05:54 +08:00
rodzic fb88129ae7
commit c006a791b9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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