Skip to content

Commit

Permalink
remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed May 9, 2024
1 parent 3b44d39 commit 8650385
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ function initPage(pageFlag) {
let httpsIndex = window.location.href.indexOf("https");
let params = window.location.href.substring(queryIndex + 1).split("&");
let baseUrl = "";
console.log(currentPageIndex);
if (currentPageIndex < 0) {
if (queryIndex < 0) {
baseUrl = window.location.href;
Expand Down

0 comments on commit 8650385

Please sign in to comment.