From: Mark A. Hershberger Date: Thu, 11 Mar 2010 20:05:16 +0000 (+0000) Subject: follow up r63578 - remove stray debugging code. X-Git-Tag: 1.31.0-rc.0~37485 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=88e67e8d97925fc5792340397dc2e27708391b5f;p=lhc%2Fweb%2Fwiklou.git follow up r63578 - remove stray debugging code. --- diff --git a/maintenance/updateSearchIndex.php b/maintenance/updateSearchIndex.php index 7d4656b759..8515f02802 100644 --- a/maintenance/updateSearchIndex.php +++ b/maintenance/updateSearchIndex.php @@ -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 {