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 62C1F1381F3 for ; Tue, 23 Jul 2013 04:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF2BE09B9; Tue, 23 Jul 2013 04:45:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4FD6E09B9 for ; Tue, 23 Jul 2013 04:45:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDFBC33E975 for ; Tue, 23 Jul 2013 04:45:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 77C42E5458 for ; Tue, 23 Jul 2013 04:45:35 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1374554713.647e7aca5eb8d42f0213f9a4ab4d6303bcd94340.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/repository/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/repository/config.py X-VCS-Directories: pym/portage/repository/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 647e7aca5eb8d42f0213f9a4ab4d6303bcd94340 X-VCS-Branch: master Date: Tue, 23 Jul 2013 04:45:35 +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: 97e6fec5-45a3-4c0c-9aad-36eb40cc3514 X-Archives-Hash: 21b0a784eadc9037bc1776da48ac83ca commit: 647e7aca5eb8d42f0213f9a4ab4d6303bcd94340 Author: Zac Medico gentoo org> AuthorDate: Tue Jul 23 04:45:13 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jul 23 04:45:13 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=647e7aca Remove stray print from last commit. --- pym/portage/repository/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index e6d37a8..5d01004 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -543,7 +543,6 @@ class RepoConfigLoader(object): prepos['DEFAULT'].main_repo == repo.name and \ portdir and exists_raise_eaccess(portdir): optdict['location'] = portdir - print optdict repo = RepoConfig(sname, optdict, local_config=local_config) if repo.name != sname and not portage._sync_disabled_warnings: