From 18a9dbde174fb0e972e1c0756686b829d5c570d3 Mon Sep 17 00:00:00 2001 From: Pavlos Ratis Date: Sun, 28 Aug 2016 21:02:54 +0300 Subject: remove debug print --- gkeys/gkeys/actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py index f31c728..996e41a 100644 --- a/gkeys/gkeys/actions.py +++ b/gkeys/gkeys/actions.py @@ -650,7 +650,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.") -- cgit v1.2.3-65-gdbad