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