mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Remove debug info logging.
This commit is contained in:
@@ -243,7 +243,7 @@ class e_thumbnail
|
|||||||
$this->sendCachedImage($cache_filename, $thumbnfo);
|
$this->sendCachedImage($cache_filename, $thumbnfo);
|
||||||
|
|
||||||
// No Cached file found - proceed with image creation.
|
// 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);
|
$img = Image::make($this->_src_path);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user