remove superfluous debugging code
authorJens Frank <jeluf@users.mediawiki.org>
Sun, 13 Aug 2006 20:03:11 +0000 (20:03 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sun, 13 Aug 2006 20:03:11 +0000 (20:03 +0000)
includes/Image.php

index 39268ab..743e1b8 100644 (file)
@@ -2262,8 +2262,6 @@ class Image
                $o = $this->multiPageXML->BODY[0]->OBJECT[$page-1];
                $this->height = intval( $o['height'] );
                $this->width = intval( $o['width'] );
-               wfDebug( __METHOD__." >>>>METADATA>>>>\n".$o->asXML() . "\n<<<<<<<\n\n" );
-               wfDebug( __METHOD__." >>>>XML OBJECT>>>>\n". print_r($o,true) . "\n<<<<<<<\n\n" );
        }
 
        /**