follow up r63578 - remove stray debugging code.
authorMark A. Hershberger <mah@users.mediawiki.org>
Thu, 11 Mar 2010 20:05:16 +0000 (20:05 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Thu, 11 Mar 2010 20:05:16 +0000 (20:05 +0000)
maintenance/updateSearchIndex.php

index 7d4656b..8515f02 100644 (file)
@@ -69,7 +69,6 @@ class UpdateSearchIndex extends Maintenance {
                                fwrite( $file, $end );
                                fclose( $file );
                        } else {
-                       echo posix_get_last_error();
                                $this->output( "*** Couldn't write to the $posFile!" );
                        }
                } else {