Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -311,11 +311,6 @@ |
312 | 312 | static $cache = array(); // Cache of unoutputted messages |
313 | 313 | $text = wfDebugTimer() . $text; |
314 | 314 | |
315 | | - if( $wgDebugToCommandLine && $wgCommandLineMode ) { |
316 | | - print $text; |
317 | | - return; |
318 | | - } |
319 | | - |
320 | 315 | # Check for raw action using $_GET not $wgRequest, since the latter might not be initialised yet |
321 | 316 | if ( isset( $_GET['action'] ) && $_GET['action'] == 'raw' && !$wgDebugRawPage ) { |
322 | 317 | return; |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3734,11 +3734,6 @@ |
3735 | 3735 | $wgDebugComments = false; |
3736 | 3736 | |
3737 | 3737 | /** |
3738 | | - * Print debug output to the terminal when running command line scripts. |
3739 | | - */ |
3740 | | -$wgDebugToCommandLine = false; |
3741 | | - |
3742 | | -/** |
3743 | 3738 | * Write SQL queries to the debug log |
3744 | 3739 | */ |
3745 | 3740 | $wgDebugDumpSql = false; |