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/%27-%20%20.%20url_absolue%28find_in_path%28%27spip_style.css%27%29%29%20%20%20.%20url_absolue%28find_in_path%28%27prive/spip_style.css%27%29%29%20.%20%27?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" );