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: Sat, 24 Dec 2016 09:41:37
Message-Id: 1482572427.25078b804c7c176fc79631ec5cab9fd1f4cc2e25.dolsen@gentoo
1 commit: 25078b804c7c176fc79631ec5cab9fd1f4cc2e25
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: Sat Dec 24 09:40:27 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=25078b80
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 bb71496..71ed081 100644
15 --- a/gkeys/gkeys/actions.py
16 +++ b/gkeys/gkeys/actions.py
17 @@ -647,7 +647,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.")