From 83e6a2b599984c179edeccc42a4b7e21fd67bbfb Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 9 Feb 2023 23:05:40 +0800 Subject: [PATCH] Remove console.log --- src/pages/status.jsx | 1 - 1 file changed, 1 deletion(-) 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,