Skip to content

Commit 672822e

Browse files
authored
Update Router.js
1 parent 2e10dbb commit 672822e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Router.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ export default function Router ({routes, defaultComponent}) {
6969
// listen for popstate event
7070
window.addEventListener('popstate', onLocationChange);
7171

72-
console.log("test1")
73-
7472
// clean up event listener
7573
return () => {
7674
window.removeEventListener('popstate', onLocationChange)

0 commit comments

Comments
 (0)