removing useless comment
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 17 Jun 2004 16:52:54 +0000 (16:52 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 17 Jun 2004 16:52:54 +0000 (16:52 +0000)
includes/Setup.php

index 1ce7641..21d5ef3 100644 (file)
@@ -212,7 +212,6 @@ $wgBlockCache = new BlockCache( true );
 wfProfileOut( $fname.'-BlockCache' );
 wfProfileIn( $fname.'-User' );
 
-// HASHAR : implements things relevant to user like skin !
 if( $wgCommandLineMode ) {
        # Used for some maintenance scripts; user session cookies can screw things up
        # when the database is in an in-between state.