Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
It can be retrieved from source control if needed, no need to save it.
  • Loading branch information
kh31d4r committed Sep 30, 2024
1 parent c2c50d8 commit 677c108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion marvin.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def ircLogWriteToFile():
Write IRClog to file.
"""
with open(CONFIG["irclogfile"], 'w', encoding="UTF-8") as f:
#json.dump(list(IRCLOG), f, False, False, False, False, indent=2)
json.dump(list(IRCLOG), f, indent=2)


Expand Down
5 changes: 0 additions & 5 deletions marvin_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ def commitStrip(randomize=False):
return msg.format(url=url)


# elif ('latest' in row or 'senaste' in row or 'senast' in row)
# and ('forum' in row or 'forumet' in row):
# feed=feedparser.parse(FEED_FORUM)


def marvinTimeToBBQ(row):
"""
Calcuate the time to next barbecue and print a appropriate msg
Expand Down

0 comments on commit 677c108

Please sign in to comment.