Remove silly debug line
authorMark Holmquist <mtraceur@member.fsf.org>
Fri, 9 Jan 2015 16:57:24 +0000 (10:57 -0600)
committerMark Holmquist <mtraceur@member.fsf.org>
Fri, 9 Jan 2015 16:57:50 +0000 (10:57 -0600)
This is flooding logstash with "thumbnail buckets null" which is neither
helpful nor necessary.

Change-Id: I9ce6d75c53ec5c10e32b056ae3eeee035b189b18

includes/filerepo/file/File.php

index 6d60012..df85f9c 100644 (file)
@@ -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 ) {