From 7140117fe9c257c98bd56b00cd88b3fece142849 Mon Sep 17 00:00:00 2001 From: Mark Holmquist Date: Fri, 9 Jan 2015 10:57:24 -0600 Subject: [PATCH] Remove silly debug line This is flooding logstash with "thumbnail buckets null" which is neither helpful nor necessary. Change-Id: I9ce6d75c53ec5c10e32b056ae3eeee035b189b18 --- includes/filerepo/file/File.php | 2 -- 1 file changed, 2 deletions(-) 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 ) { -- 2.20.1