Removed extra logging statements

This commit is contained in:
Rudi Grinberg 2012-09-18 11:10:54 -04:00
parent 6481556f9b
commit 0a83b33a5a
2 changed files with 2 additions and 3 deletions

View file

@ -825,13 +825,11 @@ class ScheduleController extends Zend_Controller_Action
$this->view->newForm = $this->view->render(
'schedule/add-show-form.phtml');
Logging::debug("Show creation succeeded");
Logging::debug_sparse( $data );
} else {
$this->view->addNewShow = true;
$this->view->form = $this->view->render(
'schedule/add-show-form.phtml');
Logging::debug("Show creation failed");
Logging::debug_sparse( $data );
}
}