From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F14C1387FD for ; Fri, 18 Jul 2014 16:20:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 630B1E0986; Fri, 18 Jul 2014 16:20:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA1F8E0966 for ; Fri, 18 Jul 2014 16:20:06 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 107B933FF41 for ; Fri, 18 Jul 2014 16:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 74FD6193F4 for ; Fri, 18 Jul 2014 16:20:02 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1405645242.13ae9d788d175488eaa5b4ba2637ed04fb6423bb.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/overlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/overlay/abccontrol.py X-VCS-Directories: roverlay/overlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 13ae9d788d175488eaa5b4ba2637ed04fb6423bb X-VCS-Branch: master Date: Fri, 18 Jul 2014 16:20:02 +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: 2f5c8599-0ebd-40eb-9e27-38a66b6855fb X-Archives-Hash: d5def94cd083a6b646b96e34203d9230 Message-ID: <20140718162002.3yl-m2hc9CuS-J1ZejAz4SqTb9RkttokTijiG5Cbnbg@z> commit: 13ae9d788d175488eaa5b4ba2637ed04fb6423bb Author: André Erdmann mailerd de> AuthorDate: Fri Jul 18 01:00:42 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Jul 18 01:00:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=13ae9d78 roverlay/overlay/abccontrol: remove dbg statement --- roverlay/overlay/abccontrol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/roverlay/overlay/abccontrol.py b/roverlay/overlay/abccontrol.py index d031eec..a319e35 100644 --- a/roverlay/overlay/abccontrol.py +++ b/roverlay/overlay/abccontrol.py @@ -104,7 +104,6 @@ class AdditionControlResult ( object ): for arg in filter ( None, s.strip().lower().split(",") ): # ^ strip(),lower(),split() ... - print(arg) try: bitmask |= desc_rmap [arg] except KeyError: