[misc] 02/03: remove debugging statements (!)

Chris Lamb chris at chris-lamb.co.uk
Thu Sep 15 16:30:55 UTC 2016


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

lamby pushed a commit to branch master
in repository misc.

commit 7f1916f12d7dd329e1b3ea77a6eedba60180340b
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Sep 15 17:29:56 2016 +0100

    remove debugging statements (!)
---
 edit-notes | 2 --
 1 file changed, 2 deletions(-)

diff --git a/edit-notes b/edit-notes
index 291c3bf..6dd0d5e 100755
--- a/edit-notes
+++ b/edit-notes
@@ -80,9 +80,7 @@ if __name__ == '__main__':
             data['comments'] = args.set_comment
 
     if args.remove:
-        print(1)
         for pkg in args.packages:
-            print(pkg)
             try:
                 notes.pop(pkg)
             except KeyError:

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



More information about the Reproducible-commits mailing list