Skip to content

Commit

Permalink
minor fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed Oct 15, 2023
1 parent b0eaac6 commit 66598a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intelmq/lib/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ def send_message(self, *messages, path: str = "_default", auto_add=None,
self.__destination_pipeline.send(raw_message, path=path,
path_permissive=path_permissive)
else:
print(f'send_message, message: {message!r}')
self.__destination_pipeline.send(message, path=path,
path_permissive=path_permissive)

Expand Down

0 comments on commit 66598a5

Please sign in to comment.