Removed the debug trace
This commit is contained in:
parent
36467aaa5e
commit
bc6e585d83
|
@ -155,8 +155,6 @@ switch ($date_mode) {
|
||||||
$report = reporting_make_reporting_data($id_report, $date, $time,
|
$report = reporting_make_reporting_data($id_report, $date, $time,
|
||||||
$period, 'static');
|
$period, 'static');
|
||||||
|
|
||||||
//~ html_debug_print($report); exit;
|
|
||||||
|
|
||||||
//------- Removed the unused fields ------------------------------------
|
//------- Removed the unused fields ------------------------------------
|
||||||
unset($report['header']);
|
unset($report['header']);
|
||||||
unset($report['first_page']);
|
unset($report['first_page']);
|
||||||
|
|
Loading…
Reference in New Issue