diff --git a/pandora_console/include/javascript/functions_pandora_networkmap.js b/pandora_console/include/javascript/functions_pandora_networkmap.js index 62422aa65f..3b0d81fa70 100644 --- a/pandora_console/include/javascript/functions_pandora_networkmap.js +++ b/pandora_console/include/javascript/functions_pandora_networkmap.js @@ -2173,8 +2173,6 @@ function init_graph(parameter_object) { .attr("transform", "translate(" + translation + ")scale(" + scale + ")"); - - if (enterprise_installed) { window.layer_graph.append("rect") .attr("id", "holding_area")