CC-1665: Scheduled stream rebroadcasting and recording

-allow user more flexibility for entering length interval (require hours OR minutes)
This commit is contained in:
Martin Konecny 2012-08-28 12:30:33 -04:00
parent 7f66bdbb66
commit fc67d7f08d
3 changed files with 23 additions and 4 deletions

View file

@ -891,7 +891,6 @@ class ApiController extends Zend_Controller_Action
* out a message to pypo that a potential change has been made. */
public function rabbitmqDoPushAction()
{
$request = $this->getRequest();
Logging::info("Notifying RabbitMQ to send message to pypo");
Application_Model_RabbitMq::PushSchedule();