From: Michael Tremer Date: Thu, 13 Oct 2022 14:24:12 +0000 (+0000) Subject: sources: Remove print statement for debugging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3110be890f2befee035c4eb6a5dc45a71a5c59;p=pbs.git sources: Remove print statement for debugging Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/sources.py b/src/buildservice/sources.py index b827dc16..722509cd 100644 --- a/src/buildservice/sources.py +++ b/src/buildservice/sources.py @@ -219,7 +219,6 @@ class Commit(base.DataObject): # We will now break the message into paragraphs paragraphs = re.split("\n\n+", "\n".join(message)) - print(paragraphs) message = [] for paragraph in paragraphs: