[Reportbug-commits] [reportbug] 01/01: remove debug line

Sandro Tosi morph at moszumanska.debian.org
Fri Nov 7 11:27:09 UTC 2014


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

morph pushed a commit to branch master
in repository reportbug.

commit b965c21fdaf93c137b56b78cca6ac852b6a446f3
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Nov 7 11:26:50 2014 +0000

    remove debug line
---
 reportbug/utils.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/reportbug/utils.py b/reportbug/utils.py
index fa81091..2ef17a9 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -766,7 +766,6 @@ def get_arch():
 
 def get_multiarch():
     out = commands.getoutput('COLUMNS=79 dpkg --print-foreign-architectures 2>/dev/null')
-    print '>' + str(out) + '<'
     return ', '.join(out.splitlines())
 
 def generate_blank_report(package, pkgversion, severity, justification,

-- 
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