We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba2ab9 commit a2b5f6aCopy full SHA for a2b5f6a
LocalSettings.d/base/LocalSettings.override.php
@@ -68,11 +68,6 @@
68
wfLoadExtension( 'InputBox' );
69
wfLoadExtension( 'ParserFunctions' );
70
wfLoadExtension( 'Math' );
71
-# collect information on errors during profile page creation
72
-$wgDebugLogGroups['MathSearch'] = array(
73
- 'destination' => '/dev/stdout',
74
- 'level' => 'info',
75
-);
76
wfLoadExtension( 'MathSearch' );
77
$wikibase_host = getenv( 'WIKIBASE_HOST' );
78
$wgWBRepoSettings['sparqlEndpoint']='https://query.' . $wikibase_host . '/sparql';
0 commit comments