aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@dastergon.gr>2016-08-28 21:02:54 +0300
committerBrian Dolbec <dolsen@gentoo.org>2016-12-24 01:40:27 -0800
commit25078b804c7c176fc79631ec5cab9fd1f4cc2e25 (patch)
tree855ab9eeb2596c1c2ea036eef3cba378b6603341
parentgkeys actions: Added automatic seeds,keys update capability (diff)
downloadgentoo-keys-25078b804c7c176fc79631ec5cab9fd1f4cc2e25.tar.gz
gentoo-keys-25078b804c7c176fc79631ec5cab9fd1f4cc2e25.tar.bz2
gentoo-keys-25078b804c7c176fc79631ec5cab9fd1f4cc2e25.zip
remove debug print
-rw-r--r--gkeys/gkeys/actions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index bb71496..71ed081 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -647,7 +647,6 @@ class Actions(ActionBase):
keyresults = seeds.list(**kwargs)
self.output('', '\n Removing keys...')
success = True
- #print(keyresults)
for gkey in sorted(keyresults):
if kwargs['nick'] != '*' and kwargs['nick'] not in gkey.nick:
messages.append(_unicode("%s does not seem to be a valid key.")