Merge "Remove pointless double exception logging from JobRunner"

This commit is contained in:
jenkins-bot 2016-09-13 22:26:26 +00:00 committed by Gerrit Code Review
commit 47d437a6c9

View file

@ -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 {