Skip to content

Commit 245bf25

Browse files
committed
remove console
1 parent 37976d8 commit 245bf25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/query.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export function updateQuery (query) {
1010
{ ...getQuery(), ...query },
1111
{ encode: false }
1212
)
13-
console.log(newUrl)
1413
window.history.pushState({
1514
path: newUrl,
1615
}, '', newUrl)

0 commit comments

Comments
 (0)