remove debug comment

This commit is contained in:
keyan 2024-02-14 09:17:21 -06:00
parent 2ce2580e8e
commit 2b851edb02
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@ export default function MyApp ({ Component, pageProps: { ...props } }) {
// this nodata var will get passed to the server on back/foward and
// 1. prevent data from reloading and 2. perserve scroll
// (2) is not possible while intercepting nav with beforePopState
console.log({
pathname: router.pathname,
query: { ...router.query, nodata: true }
}, router.asPath, { ...router.options, shallow: true })
router.replace({
pathname: router.pathname,
query: { ...router.query, nodata: true }