1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Remove debug info logging.

This commit is contained in:
Cameron 2020-12-09 14:42:04 -08:00
parent 7fa047bfa3
commit 758137daff

View File

@ -243,7 +243,7 @@ class e_thumbnail
$this->sendCachedImage($cache_filename, $thumbnfo);
// No Cached file found - proceed with image creation.
file_put_contents(e_BASE."e107_system/thumbnail.log",$this->_src_path."\n", FILE_APPEND);
$img = Image::make($this->_src_path);