Skip to content

Commit ec6fdb5

Browse files
Update 404.html
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent f720f3c commit ec6fdb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
const path = window.location.pathname.replace(`/${repoName}`, "").replace(/^\/+/, "").replace(/\/$/, "");
1212
const redirectPage = pages.includes(path);
1313
if (redirectPage) {
14-
console.log(redirectPage, "redirectPage")
1514
var newUrl = `/${repoName ? repoName + "/" : ""}?page=${encodeURIComponent(path)}`;
1615
window.location.replace(newUrl);
1716
}

0 commit comments

Comments
 (0)