Removed instances of getLine and getFile

This commit is contained in:
Rudi Grinberg 2012-09-18 11:04:33 -04:00
parent 2e0e0849c5
commit 49e1b29bc9
2 changed files with 1 additions and 5 deletions

View File

@ -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()}");
}
}
}

View File

@ -590,9 +590,7 @@ SQL;
$rebroad = new Application_Model_ShowInstance($rebroadcast->getDbId());
$rebroad->addFileToShow($file_id, false);
} catch (Exception $e) {
Logging::info("{$e->getFile()}");
Logging::info("{$e->getLine()}");
Logging::info("{$e->getMessage()}");
Logging::info($e->getMessage());
}
}
}