From 5c6c53b39aaf0e76ef2f2ff99b7c0a49d7ec7ca7 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sun, 13 Aug 2006 20:03:11 +0000 Subject: [PATCH] remove superfluous debugging code --- includes/Image.php | 2 -- 1 file changed, 2 deletions(-) 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" ); } /** -- 2.20.1