More clean up

This commit is contained in:
Rudi Grinberg 2012-09-18 11:03:34 -04:00
parent d90559fdf8
commit 2e0e0849c5
1 changed files with 3 additions and 7 deletions

View File

@ -287,13 +287,9 @@ class ShowbuilderController extends Zend_Controller_Action
} catch (OutDatedScheduleException $e) {
$this->view->error = $e->getMessage();
Logging::info($e->getMessage());
Logging::info("{$e->getFile()}");
Logging::info("{$e->getLine()}");
} catch (Exception $e) {
$this->view->error = $e->getMessage();
Logging::info($e->getMessage());
Logging::info("{$e->getFile()}");
Logging::info("{$e->getLine()}");
}
}