Merge "wfDebugLog(): remove unused global"
This commit is contained in:
commit
fd92d3cd5f
1 changed files with 0 additions and 2 deletions
|
|
@ -1067,8 +1067,6 @@ function wfDebugMem( $exact = false ) {
|
|||
* - false: same as 'private'
|
||||
*/
|
||||
function wfDebugLog( $logGroup, $text, $dest = 'all' ) {
|
||||
global $wgDebugLogGroups;
|
||||
|
||||
// Turn $dest into a string if it's a boolean (for b/c)
|
||||
if ( $dest === true ) {
|
||||
$dest = 'all';
|
||||
|
|
|
|||
Loading…
Reference in a new issue