Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:gsoc-2016 commit in: gkeys/gkeys/
Date: Fri, 23 Dec 2016 08:37:26
Message-Id: 1482482184.1415f748cd720d83c2dc91de6f542390bd1ebb1e.dolsen@gentoo
1 commit: 1415f748cd720d83c2dc91de6f542390bd1ebb1e
2 Author: Pavlos Ratis <dastergon <AT> dastergon <DOT> gr>
3 AuthorDate: Sun Aug 28 18:02:54 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 23 08:36:24 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=1415f748
7
8 remove debug print
9
10 gkeys/gkeys/actions.py | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
14 index 003a4e3..1533786 100644
15 --- a/gkeys/gkeys/actions.py
16 +++ b/gkeys/gkeys/actions.py
17 @@ -644,7 +644,6 @@ class Actions(ActionBase):
18 keyresults = seeds.list(**kwargs)
19 self.output('', '\n Removing keys...')
20 success = True
21 - #print(keyresults)
22 for gkey in sorted(keyresults):
23 if kwargs['nick'] != '*' and kwargs['nick'] not in gkey.nick:
24 messages.append(_unicode("%s does not seem to be a valid key.")