From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53AAF139085 for ; Sat, 24 Dec 2016 09:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5AB2340E9; Sat, 24 Dec 2016 09:41:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B5112340E9 for ; Sat, 24 Dec 2016 09:41:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD197341293 for ; Sat, 24 Dec 2016 09:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C132F24EC for ; Sat, 24 Dec 2016 09:41:17 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1482572427.25078b804c7c176fc79631ec5cab9fd1f4cc2e25.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:gsoc-2016 commit in: gkeys/gkeys/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys/gkeys/actions.py X-VCS-Directories: gkeys/gkeys/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 25078b804c7c176fc79631ec5cab9fd1f4cc2e25 X-VCS-Branch: gsoc-2016 Date: Sat, 24 Dec 2016 09:41:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c587e3a-13d4-4a88-b136-c2d147538358 X-Archives-Hash: b2e1f4a0f2846c78f37f95b6436d4f84 commit: 25078b804c7c176fc79631ec5cab9fd1f4cc2e25 Author: Pavlos Ratis dastergon gr> AuthorDate: Sun Aug 28 18:02:54 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat Dec 24 09:40:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=25078b80 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 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.")