From be35f3a415ccac027c45d484b6e0c79fb801a8c2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 19 Feb 2023 21:15: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 312f8b02..10ab7071 100644 --- a/src/pages/status.jsx +++ b/src/pages/status.jsx @@ -327,7 +327,6 @@ function StatusPage() { const { prevLocation } = snapStates; const pathname = (prevLocation?.pathname || '') + (prevLocation?.search || ''); - console.log('X', typeof pathname); if ( !pathname || matchPath('/:instance/s/:id', pathname) ||