diff --git a/app/assets/javascripts/shell.js b/app/assets/javascripts/shell.js index 0da9b354..d58426e3 100644 --- a/app/assets/javascripts/shell.js +++ b/app/assets/javascripts/shell.js @@ -158,7 +158,6 @@ $(document).on('turbolinks:load', function () { } const getParents = function (jstree, node_id) { - debugger; if (node_id === '#') { return ['#']; }