Remove console.log

This commit is contained in:
Lim Chee Aun 2023-02-19 21:15:40 +08:00
parent 255de291b7
commit be35f3a415

View file

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