remove debug logging
This commit is contained in:
parent
cc1f3c62e6
commit
eb4763c839
|
@ -5,7 +5,6 @@ class LibraryController extends Zend_Controller_Action
|
|||
|
||||
public function init()
|
||||
{
|
||||
Logging::info('debugging wtf');
|
||||
$ajaxContext = $this->_helper->getHelper('AjaxContext');
|
||||
$ajaxContext->addActionContext('contents-feed', 'json')
|
||||
->addActionContext('delete', 'json')
|
||||
|
|
Loading…
Reference in New Issue