From: Neil Kandalgaonkar Date: Tue, 30 Nov 2010 04:40:05 +0000 (+0000) Subject: removed debug statement X-Git-Tag: 1.31.0-rc.0~33687 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=bc52f522b17403353bb365fc16839cbfd85fb321;p=lhc%2Fweb%2Fwiklou.git removed debug statement --- diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index 2ee1ad281d..89f78b3723 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -299,7 +299,6 @@ class UploadStashFile extends UnregisteredLocalFile { * @return String|null parameterized thumb name, like 120px-MyMovie.ogx.jpg, or null if no handler found */ function getParamThumbName( $urlName, $params ) { - wfDebug( __METHOD__ . " getting for $urlName, " . print_r( $params, 1 ) . " \n" ); if ( !$this->getHandler() ) { return null; }