Remove JavaScript debugger statement

This commit is contained in:
Sebastian Serth
2023-12-22 00:46:12 +01:00
committed by Sebastian Serth
parent 7a1330323c
commit d6c4df1bac

View File

@ -158,7 +158,6 @@ $(document).on('turbolinks:load', function () {
}
const getParents = function (jstree, node_id) {
debugger;
if (node_id === '#') {
return ['#'];
}