CC-4100: Make number of shows displayed in widget customizable

-removed Logging message
This commit is contained in:
Martin Konecny 2012-07-11 19:33:19 -04:00
parent bd51b4db02
commit 8f6d6058a2

View file

@ -274,7 +274,6 @@ class ApiController extends Zend_Controller_Action
if ($type == "endofday") {
$limit = $request->getParam('limit');
Logging::log($limit);
if($limit == "" || !is_numeric($limit)) {
$limit = "5";
}