From: Brion Vibber Date: Fri, 26 May 2006 01:42:51 +0000 (+0000) Subject: Gah, forget this. borked X-Git-Tag: 1.31.0-rc.0~57027 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=84e414cdcd7376ac51af2bf679812170bcbf481b;p=lhc%2Fweb%2Fwiklou.git Gah, forget this. borked --- 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; } }