Gentoo Archives: gentoo-commits

From: "Marius Mauch (genone)" <genone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9971 - main/trunk/pym/portage/dbapi
Date: Fri, 25 Apr 2008 03:41:15
Message-Id: E1JpEoC-0006yc-J0@stork.gentoo.org
1 Author: genone
2 Date: 2008-04-25 03:41:11 +0000 (Fri, 25 Apr 2008)
3 New Revision: 9971
4
5 Modified:
6 main/trunk/pym/portage/dbapi/vartree.py
7 Log:
8 remove debug output
9
10 Modified: main/trunk/pym/portage/dbapi/vartree.py
11 ===================================================================
12 --- main/trunk/pym/portage/dbapi/vartree.py 2008-04-25 03:39:58 UTC (rev 9970)
13 +++ main/trunk/pym/portage/dbapi/vartree.py 2008-04-25 03:41:11 UTC (rev 9971)
14 @@ -2055,7 +2055,6 @@
15
16 # copy "info" files (like SLOT, CFLAGS, etc.) into the database
17 for x in listdir(inforoot):
18 - print x
19 self.copyfile(inforoot+"/"+x)
20
21 # write local package counter for recording
22
23 --
24 gentoo-commits@l.g.o mailing list