Removed logging

This commit is contained in:
Rudi Grinberg 2012-10-22 15:55:24 -04:00
parent feac48a003
commit abf4319d67
2 changed files with 0 additions and 3 deletions

View File

@ -1747,8 +1747,6 @@ SQL;
$p_start, $p_end);
$timezone = date_default_timezone_get();
Logging::info( $content_count );
foreach ($shows as $show) {
$options = array();

View File

@ -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'];