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 EDBB91381F3 for ; Fri, 30 Aug 2013 15:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F71BE0C0E; Fri, 30 Aug 2013 15:25:36 +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 EDEF4E0C0E for ; Fri, 30 Aug 2013 15:25:35 +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 02DBA33EBCA for ; Fri, 30 Aug 2013 15:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AF5A5E468F for ; Fri, 30 Aug 2013 15:25:33 +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: <1377876325.ddb8c1a25befa7218fd82d38fd00777e902759c2.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/db/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/db/distmap.py X-VCS-Directories: roverlay/db/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: ddb8c1a25befa7218fd82d38fd00777e902759c2 X-VCS-Branch: master Date: Fri, 30 Aug 2013 15:25:33 +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: bc760440-3aed-40b8-a71c-322e3da5abfa X-Archives-Hash: 997e4a821d4906e83dc08f6e7845066f commit: ddb8c1a25befa7218fd82d38fd00777e902759c2 Author: André Erdmann mailerd de> AuthorDate: Fri Aug 30 15:25:25 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 30 15:25:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ddb8c1a2 remove debug print() --- roverlay/db/distmap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/roverlay/db/distmap.py b/roverlay/db/distmap.py index 750969f..68fa6f6 100644 --- a/roverlay/db/distmap.py +++ b/roverlay/db/distmap.py @@ -656,7 +656,6 @@ class FileDistMap ( _DistMapBase ): self._nondirty_file_added ( distfile ) # -- end for self.dirty = self.dirty or filepath is not None - print( list(self.gen_info_lines()) ) # --- end of read (...) --- def write ( self, filepath=None, force=False ):