From: Aaron Schulz Date: Tue, 13 Sep 2016 03:31:05 +0000 (-0700) Subject: Remove pointless double exception logging from JobRunner X-Git-Tag: 1.31.0-rc.0~5602^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/One?a=commitdiff_plain;h=1cb13cff08a61124b31557d34cf2c63eb7d50a14;p=lhc%2Fweb%2Fwiklou.git Remove pointless double exception logging from JobRunner Change-Id: I12a2e6db326af25a3a276a477fbff505feac87b6 --- diff --git a/includes/jobqueue/JobRunner.php b/includes/jobqueue/JobRunner.php index 022abd9f0b..ed3aa9af69 100644 --- a/includes/jobqueue/JobRunner.php +++ b/includes/jobqueue/JobRunner.php @@ -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 {