Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
lperry25 committed Dec 19, 2024
1 parent 7001337 commit 0648e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
activesupport (8.0.0)
activesupport (7.2.2.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -14,7 +14,6 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
Expand Down
1 change: 0 additions & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
}

document.addEventListener('DOMContentLoaded', function() {
console.log('loaded')
const currentUrl = new URL(window.location.href);
const urlParams = new URLSearchParams(currentUrl.search);
let currentVersion = urlParams.get('version');
Expand Down

0 comments on commit 0648e48

Please sign in to comment.