]> git.ipfire.org Git - pbs.git/commitdiff
sources: Remove print statement for debugging
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Oct 2022 14:24:12 +0000 (14:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 Oct 2022 14:24:12 +0000 (14:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/sources.py

index b827dc1620adc263fcfce8a79f4d402d480d47c0..722509cd434260ade533bce71669636425a04854 100644 (file)
@@ -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: