From 84e414cdcd7376ac51af2bf679812170bcbf481b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 26 May 2006 01:42:51 +0000 Subject: [PATCH] Gah, forget this. borked --- includes/Image.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/Image.php b/includes/Image.php index 8dba559c05..fd2ce63fac 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; } } -- 2.20.1