From: Chad Horohoe Date: Thu, 8 Jan 2015 05:07:24 +0000 (-0800) Subject: Remove $wgDebugFunctionEntry, unused X-Git-Tag: 1.31.0-rc.0~12756^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=6d19ca422f4672711bfb06bc3232e39e5eb71b47;p=lhc%2Fweb%2Fwiklou.git Remove $wgDebugFunctionEntry, unused Change-Id: I5f215ab2275333b329406ca7dda7b12fc0b9b6ec --- 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' )