Skip to content

Commit

Permalink
Remove debug helper.
Browse files Browse the repository at this point in the history
Co-authored-by: Fridtjof Stoldt <[email protected]>
  • Loading branch information
SpencerAWill and xFrednet authored Apr 11, 2024
1 parent e4ce248 commit c8a7e6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/gh-pages/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
}, true);

$scope.$watch('applicabilities', function (newVal, oldVal) {
console.log("Test");
if (newVal !== oldVal) {
updateURLParameter(newVal, 'applicabilities', APPLICABILITIES_FILTER_DEFAULT)
}
Expand Down

0 comments on commit c8a7e6e

Please sign in to comment.