From 6d19ca422f4672711bfb06bc3232e39e5eb71b47 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 7 Jan 2015 21:07:24 -0800 Subject: [PATCH] Remove $wgDebugFunctionEntry, unused Change-Id: I5f215ab2275333b329406ca7dda7b12fc0b9b6ec --- includes/DefaultSettings.php | 5 ----- maintenance/eval.php | 3 --- 2 files changed, 8 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7e5c857927..ee462d84ad 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5433,11 +5433,6 @@ $wgUDPProfilerPort = null; */ $wgUDPProfilerFormatString = null; -/** - * Output debug message on every wfProfileIn/wfProfileOut - */ -$wgDebugFunctionEntry = false; - /** * Destination for wfIncrStats() data... * 'cache' to go into the system cache, if enabled (memcached) diff --git a/maintenance/eval.php b/maintenance/eval.php index 25ecc09980..e20c477af0 100644 --- a/maintenance/eval.php +++ b/maintenance/eval.php @@ -49,9 +49,6 @@ if ( isset( $options['d'] ) ) { $lb->setServerInfo( $i, $server ); } } - if ( $d > 2 ) { - $wgDebugFunctionEntry = true; - } } $__useReadline = function_exists( 'readline_add_history' ) -- 2.20.1