Commented out a bunch of Logging debug lines. There was a lot of output

being logged in the Zend log file.
This commit is contained in:
paul.baranowski 2012-03-25 12:57:20 -04:00 committed by Martin Konecny
parent a482a8fe07
commit f69a172ee1
6 changed files with 15 additions and 20 deletions

View file

@ -638,7 +638,7 @@ class Application_Model_ShowInstance {
WHERE s.instance_id = '{$this->_instanceId}' AND s.playout_status >= 0
ORDER BY starts";
Logging::log($sql);
//Logging::log($sql);
$results = $CC_DBC->GetAll($sql);