From: Robert Leverington Date: Sat, 22 Mar 2008 09:27:43 +0000 (+0000) Subject: Remove debugging code. X-Git-Tag: 1.31.0-rc.0~48880 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c64647c11907ccf3ff38c9284052dd795e47acf6;p=lhc%2Fweb%2Fwiklou.git Remove debugging code. --- diff --git a/includes/Title.php b/includes/Title.php index 827ae1e176..674fc053e6 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1113,7 +1113,6 @@ class Title { // Use getUserPermissionsErrors instead if ( !wfRunHooks( 'userCan', array( &$this, &$user, $action, &$result ) ) ) { - var_dump( $result ); return $result ? array() : array( array( 'badaccess-group0' ) ); }