From bc52f522b17403353bb365fc16839cbfd85fb321 Mon Sep 17 00:00:00 2001 From: Neil Kandalgaonkar Date: Tue, 30 Nov 2010 04:40:05 +0000 Subject: [PATCH] removed debug statement --- includes/upload/UploadStash.php | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.20.1