CC-4100: Make number of shows displayed in widget customizable
-removed Logging message
This commit is contained in:
parent
bd51b4db02
commit
8f6d6058a2
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ class ApiController extends Zend_Controller_Action
|
||||||
if ($type == "endofday") {
|
if ($type == "endofday") {
|
||||||
|
|
||||||
$limit = $request->getParam('limit');
|
$limit = $request->getParam('limit');
|
||||||
Logging::log($limit);
|
|
||||||
if($limit == "" || !is_numeric($limit)) {
|
if($limit == "" || !is_numeric($limit)) {
|
||||||
$limit = "5";
|
$limit = "5";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue