[Reportbug-commits] [reportbug] 10/38: Drop leftover debug print()

Sandro Tosi morph at moszumanska.debian.org
Fri Dec 29 04:33:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit 5496e10b8116026dc6799040d28d34553338a35a
Author: Nis Martensen <nis.martensen at web.de>
Date:   Sat Sep 9 23:41:48 2017 +0200

    Drop leftover debug print()
---
 reportbug/submit.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/reportbug/submit.py b/reportbug/submit.py
index e6bd50b..4135280 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -132,7 +132,6 @@ def mime_attach(body, attachments, charset, body_charset=None):
         cset = charset
         info = Popen(['file', '--mime', '--brief', attachment],
                      stdout=PIPE, stderr=STDOUT).communicate()[0].decode('ascii')
-        print(info)
         if info:
             match = re.match(r'([^;, ]*)(,[^;]+)?(?:; )?(.*)', info)
             if match:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list