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 28E1B13827E for ; Mon, 9 Dec 2013 08:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FDFE0B7F; Mon, 9 Dec 2013 08:31: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 D75F4E0B7F for ; Mon, 9 Dec 2013 08:31: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 C10D933EE92 for ; Mon, 9 Dec 2013 08:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 362FFE56C1 for ; Mon, 9 Dec 2013 08:31:34 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1386577876.781d12c41afd1e4afe171e229af2afee04174499.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:experimental commit in: WebappConfig/ X-VCS-Repository: proj/webapp-config X-VCS-Files: WebappConfig/db.py X-VCS-Directories: WebappConfig/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 781d12c41afd1e4afe171e229af2afee04174499 X-VCS-Branch: experimental Date: Mon, 9 Dec 2013 08:31:34 +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: fc166278-d2c5-4da0-bffc-b1863ecdbaba X-Archives-Hash: 8581d2a190f1494454595661d96290e1 commit: 781d12c41afd1e4afe171e229af2afee04174499 Author: Devan Franchini gentoo org> AuthorDate: Mon Dec 9 08:31:16 2013 +0000 Commit: Devan Franchini gentoo org> CommitDate: Mon Dec 9 08:31:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=781d12c4 WebappConfig/db.py: Removes printing of 'action' when calling prune_database(). --- WebappConfig/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/WebappConfig/db.py b/WebappConfig/db.py index d0913a9..d22020a 100644 --- a/WebappConfig/db.py +++ b/WebappConfig/db.py @@ -432,7 +432,6 @@ class WebappDB(AppHierarchy): loc = self.read_db() - print(action) if not loc and self.__v: OUT.die('No virtual installs found!')