(Forgot to remove debugging line)
authorRob Church <robchurch@users.mediawiki.org>
Sat, 15 Apr 2006 15:30:17 +0000 (15:30 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 15 Apr 2006 15:30:17 +0000 (15:30 +0000)
includes/LogPage.php

index cdd7840..ff1c805 100644 (file)
@@ -152,7 +152,6 @@ class LogPage {
         */
        function actionText( $type, $action, $title = NULL, $skin = NULL, $params = array(), $filterWikilinks=false, $translate=false ) {
                global $wgLang, $wgContLang;
-               wfDebug( "LogPage::actionText called with title = {$title}, action = {$action}\n" );
                static $actions = array(
                        'block/block'       => 'blocklogentry',
                        'block/unblock'     => 'unblocklogentry',