Skip to content

Commit

Permalink
remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Mar 29, 2024
1 parent caa802f commit 565caca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function V2FocusFunction(functionName) {

const url = new URLSearchParams(window.location.search)
url.set('f', functionName)
console.log(url.toString())
const newURL = `${window.location.origin}${window.location.pathname}?${url.toString()}`;
window.history.pushState({path: newURL}, '', newURL);

Expand Down

0 comments on commit 565caca

Please sign in to comment.