diff --git a/src/pages/status.jsx b/src/pages/status.jsx index 2285a595..0bc250e9 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -98,7 +98,6 @@ function StatusPage() { } (async () => { - console.log('MASTO V1 fetch', masto); const heroFetch = () => pRetry(() => masto.v1.statuses.fetch(id), { retries: 4,