Skip to content

Commit

Permalink
Merge pull request #2415 from sebix/remove-print
Browse files Browse the repository at this point in the history
minor fix: remove print statement
  • Loading branch information
sebix authored Oct 17, 2023
2 parents 80b3b3e + 66598a5 commit d624988
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 d624988

Please sign in to comment.