Skip to content

Commit

Permalink
remove log; working
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jul 5, 2023
1 parent 4cf9ed0 commit 46ae7fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ const redir = (id, term) => {
const baseURLPrefix = BASE_URL.replace(/\/$/g, "");
const urlString = `${baseURLPrefix}${id}#:~:text=${encodeURIComponent(term)}`;

console.log({ urlString });

window.Million.navigate(new URL(urlString), ".singlePage");
closeSearch();
plausible("Search", {
Expand Down

0 comments on commit 46ae7fb

Please sign in to comment.