Skip to content

Commit ee91869

Browse files
committed
remove(plugin): debug print statement
1 parent d321a8a commit ee91869

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mkdocs_rss_plugin/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def on_config(self, config: MkDocsConfig) -> MkDocsConfig:
177177
base_feed.logo_url = self.config.image
178178

179179
# feed stylesheet (XSL)
180-
print(f"Config stylesheet: {self.config.stylesheet}")
181180
if self.config.stylesheet:
182181
if self.config.stylesheet == "auto":
183182
base_feed.stylesheet = "rss.xsl"

0 commit comments

Comments
 (0)