Merge branch '179-Se-han-dejado-una-traza-en-la-vista-de-agente-dev' into 'develop'

Fixed traces

See merge request artica/pandorafms!1015
This commit is contained in:
vgilc 2017-11-03 14:48:47 +01:00
commit c45154e9d7
2 changed files with 0 additions and 4 deletions

View File

@ -3846,9 +3846,6 @@ function reporting_value($report, $content, $type,$pdf) {
$return['agent_name'] = $agent_name;
$return['module_name'] = $module_name;
html_debug($pdf,true);
html_debug($only_image,true);
if($pdf){
$only_image = 1;
}

View File

@ -185,7 +185,6 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend,
include_javascript_dependencies_flot_graph();
$menu = (int)$menu;
html_debug($legend);
// Get a unique identifier to graph
$graph_id = uniqid('graph_');