diff options
author | Marius Mauch <genone@gentoo.org> | 2008-04-25 03:41:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2008-04-25 03:41:11 +0000 |
commit | 5beed313acbddfebf3982ef548423ce7335023ff (patch) | |
tree | 3e8c97b7477e23b586cef6c720a4f420ecf790c4 | |
parent | fe826380797ea035ac2778fa03149ac7b5e89b18 (diff) | |
download | portage-5beed313acbddfebf3982ef548423ce7335023ff.tar.gz portage-5beed313acbddfebf3982ef548423ce7335023ff.tar.bz2 portage-5beed313acbddfebf3982ef548423ce7335023ff.zip |
remove debug output
svn path=/main/trunk/; revision=9971
-rw-r--r-- | pym/portage/dbapi/vartree.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index d9048dcab..d2ff6c1ef 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2055,7 +2055,6 @@ class dblink(object): # copy "info" files (like SLOT, CFLAGS, etc.) into the database for x in listdir(inforoot): - print x self.copyfile(inforoot+"/"+x) # write local package counter for recording |