From 6cc7c3e09f2f22a9eb7a54f9bfe5edfa90c19316 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 8 Aug 2010 13:52:39 +0000 Subject: [PATCH] Remove $wgColorErrors. Apparently unused at least since r17991 at 2006-11-29 --- includes/DefaultSettings.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b58ca3b2f9..1df64f10d2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3604,13 +3604,6 @@ $wgSpecialVersionShowHooks = false; */ $wgShowSQLErrors = false; -/** - * If true, some error messages will be colorized when running scripts on the - * command line; this can aid picking important things out when debugging. - * Ignored when running on Windows or when output is redirected to a file. - */ -$wgColorErrors = true; - /** * If set to true, uncaught exceptions will print a complete stack trace * to output. This should only be used for debugging, as it may reveal -- 2.20.1