Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Jan 9, 2025
1 parent 3ddfb14 commit 52a8fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autoplex/auto/rss/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class RssMaker(Maker):
def __post_init__(self) -> None:
"""Ensure that custom configuration parameters are loaded when the maker is initialized."""
if self.config_file and Path(self.config_file).resolve(strict=True):
print(Path(self.config_file).resolve())
new_config = loadfn(Path(self.config_file).resolve())

for key, value in new_config.items():
Expand Down

0 comments on commit 52a8fdb

Please sign in to comment.