From: Tim Starling Date: Wed, 5 Jul 2006 05:15:17 +0000 (+0000) Subject: removed debugging code X-Git-Tag: 1.31.0-rc.0~56402 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=5bd1f1f83464f4e0665812b09624926080b90659;p=lhc%2Fweb%2Fwiklou.git removed debugging code --- 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; } }