From: Jens Frank Date: Sun, 13 Aug 2006 20:03:11 +0000 (+0000) Subject: remove superfluous debugging code X-Git-Tag: 1.31.0-rc.0~56002 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=5c6c53b39aaf0e76ef2f2ff99b7c0a49d7ec7ca7;p=lhc%2Fweb%2Fwiklou.git remove superfluous debugging code --- diff --git a/includes/Image.php b/includes/Image.php index 39268ab8f1..743e1b82f9 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -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" ); } /**