Skip to content

Commit c8a7e6e

Browse files
Remove debug helper.
Co-authored-by: Fridtjof Stoldt <[email protected]>
1 parent e4ce248 commit c8a7e6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/gh-pages/script.js

-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@
285285
}, true);
286286

287287
$scope.$watch('applicabilities', function (newVal, oldVal) {
288-
console.log("Test");
289288
if (newVal !== oldVal) {
290289
updateURLParameter(newVal, 'applicabilities', APPLICABILITIES_FILTER_DEFAULT)
291290
}

0 commit comments

Comments
 (0)