We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d321a8a commit ee91869Copy full SHA for ee91869
1 file changed
mkdocs_rss_plugin/plugin.py
@@ -177,7 +177,6 @@ def on_config(self, config: MkDocsConfig) -> MkDocsConfig:
177
base_feed.logo_url = self.config.image
178
179
# feed stylesheet (XSL)
180
- print(f"Config stylesheet: {self.config.stylesheet}")
181
if self.config.stylesheet:
182
if self.config.stylesheet == "auto":
183
base_feed.stylesheet = "rss.xsl"
0 commit comments