mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-13 09:28:50 +01:00
Remove console.log
This commit is contained in:
parent
255de291b7
commit
be35f3a415
1 changed files with 0 additions and 1 deletions
|
@ -327,7 +327,6 @@ function StatusPage() {
|
||||||
const { prevLocation } = snapStates;
|
const { prevLocation } = snapStates;
|
||||||
const pathname =
|
const pathname =
|
||||||
(prevLocation?.pathname || '') + (prevLocation?.search || '');
|
(prevLocation?.pathname || '') + (prevLocation?.search || '');
|
||||||
console.log('X', typeof pathname);
|
|
||||||
if (
|
if (
|
||||||
!pathname ||
|
!pathname ||
|
||||||
matchPath('/:instance/s/:id', pathname) ||
|
matchPath('/:instance/s/:id', pathname) ||
|
||||||
|
|
Loading…
Reference in a new issue