Remove console.log

This commit is contained in:
Lim Chee Aun 2023-02-09 23:05:40 +08:00
parent 109cae9c19
commit 83e6a2b599

View file

@ -98,7 +98,6 @@ function StatusPage() {
}
(async () => {
console.log('MASTO V1 fetch', masto);
const heroFetch = () =>
pRetry(() => masto.v1.statuses.fetch(id), {
retries: 4,