X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=thumb.php;h=12173c55ddae9f31d28f05d08d52c9df2b89ee2c;hb=795c8958840771e3a8603c417af3f0c464cf3cbd;hp=03a3f354e66bd2f245403b20bab1a2a03022e3f0;hpb=176048a2cb1ffad1413f82829d0524ae84559d37;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb.php b/thumb.php index 03a3f354e6..12173c55dd 100644 --- 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; }