oops, remove unneeded warnings

This commit is contained in:
Andrew Dolgov 2021-02-08 08:31:06 +03:00
parent 479da5aa86
commit 3ad820e083
1 changed files with 0 additions and 4 deletions

View File

@ -595,13 +595,9 @@ class RSSUtils {
Debug::log("checking favicon...", Debug::$LOG_VERBOSE);
user_error("before favicon", E_USER_WARNING);
self::check_feed_favicon($site_url, $feed);
$favicon_modified_new = file_exists($favicon_file) ? filemtime($favicon_file) : -1;
user_error("after favicon", E_USER_WARNING);
if ($favicon_modified_new > $favicon_modified)
$favicon_avg_color = '';