From: Tim Starling Date: Sat, 16 Jun 2007 02:56:48 +0000 (+0000) Subject: Less debug output X-Git-Tag: 1.31.0-rc.0~52535 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=452513002bbd9f3cc93aa7d4d8d2694de0004110;p=lhc%2Fweb%2Fwiklou.git Less debug output --- diff --git a/includes/MacBinary.php b/includes/MacBinary.php index 2f6ad4f46a..ff061666e9 100644 --- a/includes/MacBinary.php +++ b/includes/MacBinary.php @@ -100,7 +100,7 @@ class MacBinary { fseek( $this->handle, 0 ); $head = fread( $this->handle, 128 ); - $this->hexdump( $head ); + #$this->hexdump( $head ); if( strlen( $head ) < 128 ) { wfDebug( "$fname: couldn't read full MacBinary header\n" );