Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: WebappConfig/
Date: Sat, 25 Jan 2014 03:14:59
Message-Id: 1390619564.6c959d04e217d5954b22a567f1ed8767a3c9002c.twitch153@gentoo
1 commit: 6c959d04e217d5954b22a567f1ed8767a3c9002c
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 9 08:31:16 2013 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 03:12:44 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=6c959d04
7
8 WebappConfig/db.py: Removes printing of 'action' when calling prune_database().
9
10 ---
11 WebappConfig/db.py | 1 -
12 1 file changed, 1 deletion(-)
13
14 diff --git a/WebappConfig/db.py b/WebappConfig/db.py
15 index d0913a9..d22020a 100644
16 --- a/WebappConfig/db.py
17 +++ b/WebappConfig/db.py
18 @@ -432,7 +432,6 @@ class WebappDB(AppHierarchy):
19
20 loc = self.read_db()
21
22 - print(action)
23 if not loc and self.__v:
24 OUT.die('No virtual installs found!')