From 1cb13cff08a61124b31557d34cf2c63eb7d50a14 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 12 Sep 2016 20:31:05 -0700 Subject: [PATCH] Remove pointless double exception logging from JobRunner Change-Id: I12a2e6db326af25a3a276a477fbff505feac87b6 --- includes/jobqueue/JobRunner.php | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.20.1