Removed superfluous logging
This commit is contained in:
parent
3fb7526fbb
commit
e043816bf4
1 changed files with 0 additions and 2 deletions
|
@ -610,8 +610,6 @@ class ApiController extends Zend_Controller_Action
|
|||
$dir_id = $request->getParam('dir_id');
|
||||
$all = $request->getParam('all');
|
||||
|
||||
Logging::info("All param is: $all");
|
||||
|
||||
$this->view->files =
|
||||
Application_Model_StoredFile::listAllFiles($dir_id,$all);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue