Removed instances of getLine and getFile
This commit is contained in:
parent
2e0e0849c5
commit
49e1b29bc9
2 changed files with 1 additions and 5 deletions
|
@ -872,8 +872,6 @@ class ScheduleController extends Zend_Controller_Action
|
|||
} catch (Exception $e) {
|
||||
$this->view->error = $e->getMessage();
|
||||
Logging::info($e->getMessage());
|
||||
Logging::info("{$e->getFile()}");
|
||||
Logging::info("{$e->getLine()}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue