diff --git a/debian/changelog b/debian/changelog index e8592d2b9..19c1c38a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -intelmq (3.2.2-1) UNRELEASED; urgency=medium +intelmq (3.2.2a1-1) UNRELEASED; urgency=medium * diff --git a/intelmq/lib/bot.py b/intelmq/lib/bot.py index f0ef2c013..31b6847c1 100644 --- a/intelmq/lib/bot.py +++ b/intelmq/lib/bot.py @@ -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)