Less debug output
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 16 Jun 2007 02:56:48 +0000 (02:56 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 16 Jun 2007 02:56:48 +0000 (02:56 +0000)
includes/MacBinary.php

index 2f6ad4f..ff06166 100644 (file)
@@ -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" );