Skip to content

Commit a2b5f6a

Browse files
authored
Remove MathSearch debug log configuration
Removed debug logging configuration for MathSearch extension.
1 parent 8ba2ab9 commit a2b5f6a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

LocalSettings.d/base/LocalSettings.override.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
wfLoadExtension( 'InputBox' );
6969
wfLoadExtension( 'ParserFunctions' );
7070
wfLoadExtension( 'Math' );
71-
# collect information on errors during profile page creation
72-
$wgDebugLogGroups['MathSearch'] = array(
73-
'destination' => '/dev/stdout',
74-
'level' => 'info',
75-
);
7671
wfLoadExtension( 'MathSearch' );
7772
$wikibase_host = getenv( 'WIKIBASE_HOST' );
7873
$wgWBRepoSettings['sparqlEndpoint']='https://query.' . $wikibase_host . '/sparql';

0 commit comments

Comments
 (0)