Skip to content

Commit 66598a5

Browse files
committed
minor fix: remove print statement
1 parent b0eaac6 commit 66598a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

intelmq/lib/bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ def send_message(self, *messages, path: str = "_default", auto_add=None,
686686
self.__destination_pipeline.send(raw_message, path=path,
687687
path_permissive=path_permissive)
688688
else:
689-
print(f'send_message, message: {message!r}')
690689
self.__destination_pipeline.send(message, path=path,
691690
path_permissive=path_permissive)
692691

0 commit comments

Comments
 (0)