From 452513002bbd9f3cc93aa7d4d8d2694de0004110 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 16 Jun 2007 02:56:48 +0000 Subject: [PATCH] Less debug output --- includes/MacBinary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.20.1