quiten permanent error_log

This commit is contained in:
ralf 2024-11-28 19:10:21 +01:00
parent 07e45e8d63
commit 10ccf19207

View File

@ -477,7 +477,7 @@ class Image
self::get_extension($image, $name);
return self::find($app, $name, $extension, $add_cachebuster);
}
error_log(__METHOD__."('$app', '$image') image NOT found!");
//error_log(__METHOD__."('$app', '$image') image NOT found!");
return null;
}