Merge "Remove pointless double exception logging from JobRunner"
This commit is contained in:
commit
47d437a6c9
1 changed files with 0 additions and 1 deletions
|
|
@ -280,7 +280,6 @@ class JobRunner implements LoggerAwareInterface {
|
|||
MWExceptionHandler::rollbackMasterChangesAndLog( $e );
|
||||
$status = false;
|
||||
$error = get_class( $e ) . ': ' . $e->getMessage();
|
||||
MWExceptionHandler::logException( $e );
|
||||
}
|
||||
// Always attempt to call teardown() even if Job throws exception.
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue