diff --git a/includes/Image.php b/includes/Image.php index 8dba559c050..fd2ce63facb 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -1169,11 +1169,6 @@ class Image unlink( $thumbPath ); } else { // All good - if( $err !== true ) { - wfDebugLog( 'thumbnail', - sprintf( 'thumbnail maybe failed on %s, non-empty output kept: "%s" from "%s"', - wfHostname(), trim($err), $cmd ) ); - } $err = true; } }