Removed logging
This commit is contained in:
parent
feac48a003
commit
abf4319d67
|
@ -1747,8 +1747,6 @@ SQL;
|
||||||
$p_start, $p_end);
|
$p_start, $p_end);
|
||||||
$timezone = date_default_timezone_get();
|
$timezone = date_default_timezone_get();
|
||||||
|
|
||||||
Logging::info( $content_count );
|
|
||||||
|
|
||||||
foreach ($shows as $show) {
|
foreach ($shows as $show) {
|
||||||
$options = array();
|
$options = array();
|
||||||
|
|
||||||
|
|
|
@ -679,7 +679,6 @@ SQL;
|
||||||
':p_end' => $p_end->format("Y-m-d G:i:s"))
|
':p_end' => $p_end->format("Y-m-d G:i:s"))
|
||||||
, 'all');
|
, 'all');
|
||||||
|
|
||||||
|
|
||||||
$real_counts = array();
|
$real_counts = array();
|
||||||
foreach ($counts as $c) {
|
foreach ($counts as $c) {
|
||||||
$real_counts[$c['instance_id']] = $c['instance_count'];
|
$real_counts[$c['instance_id']] = $c['instance_count'];
|
||||||
|
|
Loading…
Reference in New Issue