Fixed occasional MultiHttpClient "undefined index" errors
[lhc/web/wiklou.git] / thumb.php
index 03a3f35..12173c5 100644 (file)
--- a/thumb.php
+++ b/thumb.php
@@ -310,7 +310,6 @@ function wfStreamThumb( array $params ) {
                        wfThumbError( 500, 'Could not stream the file' );
                } else {
                        RequestContext::getMain()->getStats()->timing( 'media.thumbnail.stream', $streamtime );
-                       wfDebugLog( 'thumbnailaccess', time() . ' ' . $thumbPath . ' ' . ob_get_length() . ' Streamed ' );
                }
                return;
        }