Index: trunk/phase3/includes/MacBinary.php |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | |
102 | 102 | fseek( $this->handle, 0 ); |
103 | 103 | $head = fread( $this->handle, 128 ); |
104 | | - $this->hexdump( $head ); |
| 104 | + #$this->hexdump( $head ); |
105 | 105 | |
106 | 106 | if( strlen( $head ) < 128 ) { |
107 | 107 | wfDebug( "$fname: couldn't read full MacBinary header\n" ); |