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 F1CC81389E2 for ; Sun, 7 Dec 2014 09:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 879AAE0946; Sun, 7 Dec 2014 09:15:50 +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 39B87E0946 for ; Sun, 7 Dec 2014 09:15:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39F53340504 for ; Sun, 7 Dec 2014 09:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8FFBC29 for ; Sun, 7 Dec 2014 09:15:47 +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: <1417943569.8a5ee0a68764a272c554ed534fcb252e81f89118.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/sync/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/sync/controller.py X-VCS-Directories: pym/portage/sync/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 8a5ee0a68764a272c554ed534fcb252e81f89118 X-VCS-Branch: master Date: Sun, 7 Dec 2014 09:15:47 +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: cb611302-757e-4e93-aa53-ca8b0810cedf X-Archives-Hash: f017babcc4eb4a9ee6483d1b005e64f7 commit: 8a5ee0a68764a272c554ed534fcb252e81f89118 Author: Brian Dolbec gentoo org> AuthorDate: Sun Dec 7 09:12:13 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Dec 7 09:12:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8a5ee0a6 portage/sync/controller.py: Remove a debug print() missed Fixes commit: a3991f7727be0eb973aad1b120d248a0739be453 Author: Brian Dolbec gentoo.org> (Sat 06 Dec 2014 02:54:36 PM PST) Subject: portage/sync/controller.py: Make a repo.postsync.d directory --- pym/portage/sync/controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py index 41f3830..6b9fb2c 100644 --- a/pym/portage/sync/controller.py +++ b/pym/portage/sync/controller.py @@ -104,7 +104,6 @@ class SyncManager(object): % (warn("*"), _dir, _unicode_decode(name),), level=logging.WARN, noiselevel=2) self.hooks[_dir] = hooks - print(self.hooks) def get_module_descriptions(self, mod):