summaryrefslogtreecommitdiff
path: root/includes/MacBinary.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/MacBinary.php')
-rw-r--r--includes/MacBinary.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/MacBinary.php b/includes/MacBinary.php
index 2f6ad4f4..da357e52 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" );
@@ -268,4 +268,4 @@ class MacBinary {
}
}
-?>
+