Remove debug helper.

Co-authored-by: Fridtjof Stoldt <xFrednet@gmail.com>
This commit is contained in:
Spencer Will 2024-04-11 17:27:55 -04:00 committed by GitHub
parent e4ce248af4
commit c8a7e6e5e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -285,7 +285,6 @@
}, true);
$scope.$watch('applicabilities', function (newVal, oldVal) {
console.log("Test");
if (newVal !== oldVal) {
updateURLParameter(newVal, 'applicabilities', APPLICABILITIES_FILTER_DEFAULT)
}