Skip to content

Commit

Permalink
debuggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mussaf committed Dec 15, 2022
1 parent d23b132 commit addcd97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website_code/scripts/screen_display.js
Expand Up @@ -686,7 +686,6 @@ function dynamicResize()

function getIcon(nodetype)
{
debugger
var nodetypetemp = nodetype;
if (nodetype){
nodetypetemp = nodetype.replace("_group", "");
Expand Down Expand Up @@ -753,7 +752,6 @@ var lastTreeItemTimestamp = undefined;
*/
function init_workspace()
{
debugger
// build Types structure for the types plugin
var node_types = {};
// root
Expand Down Expand Up @@ -831,8 +829,8 @@ function init_workspace()
},
"dnd": {
"is_draggable" : function(node) {
debugger
console.log('is_draggable called: ', node[0]);
debugger
if (node[0].type.includes("_group") || node[0].type.includes("_shared") || node[0].original.ChildOfShared) {
return false;
}
Expand Down

0 comments on commit addcd97

Please sign in to comment.