Skip to content

Commit f44f14a

Browse files
Update pelicanconf.py
1 parent 98f3936 commit f44f14a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pelicanconf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str:
121121
)
122122

123123
LOG_FILTER = (
124-
# Remove when fixed: https://github.com/getpelican/pelican/pull/3544
125-
(logging.WARN, "Feeds generated without SITEURL set properly may not be valid"),
126124
# Alt tag is explicit in Markdown, so this warning doesn't make sense.
127125
(logging.WARN, "Empty alt attribute for image %s in %s"),
128126
)

0 commit comments

Comments
 (0)