From 5bd1f1f83464f4e0665812b09624926080b90659 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 5 Jul 2006 05:15:17 +0000 Subject: [PATCH] removed debugging code --- includes/Image.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Image.php b/includes/Image.php index cc6a0554d5..6d5625bf8c 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -906,10 +906,8 @@ class Image } else { list( $isScriptUrl, $url ) = $this->thumbUrl( $width ); } - echo "Thumbnail requested, $url, $width x $height\n"; return new ThumbnailImage( $url, $width, $height ); } else { - echo "Bogus thumbnail, returning null"; return null; } } -- 2.20.1