From d6c4df1bac0489322e881ed8215cfd8d1d7abd8c Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 22 Dec 2023 00:46:12 +0100 Subject: [PATCH] Remove JavaScript debugger statement --- app/assets/javascripts/shell.js | 1 - 1 file changed, 1 deletion(-) 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 ['#']; }