diff options
-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 |