Gah, forget this. borked

This commit is contained in:
Brion Vibber 2006-05-26 01:42:51 +00:00
parent 2cc1bdff41
commit 84e414cdcd

View file

@ -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;
}
}