From: Mark Holmquist Date: Fri, 9 Jan 2015 16:57:24 +0000 (-0600) Subject: Remove silly debug line X-Git-Tag: 1.31.0-rc.0~12738^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=7140117fe9c257c98bd56b00cd88b3fece142849;p=lhc%2Fweb%2Fwiklou.git Remove silly debug line This is flooding logstash with "thumbnail buckets null" which is neither helpful nor necessary. Change-Id: I9ce6d75c53ec5c10e32b056ae3eeee035b189b18 --- diff --git a/includes/filerepo/file/File.php b/includes/filerepo/file/File.php index 6d60012e7a..df85f9c723 100644 --- a/includes/filerepo/file/File.php +++ b/includes/filerepo/file/File.php @@ -471,8 +471,6 @@ abstract class File { public function getThumbnailBucket( $desiredWidth, $page = 1 ) { global $wgThumbnailBuckets, $wgThumbnailMinimumBucketDistance; - wfDebugLog( 'thumbnail', 'thumbnail buckets ' . json_encode( $wgThumbnailBuckets ) ); - $imageWidth = $this->getWidth( $page ); if ( $imageWidth === false ) {