summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-05 22:01:44 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-05 22:01:44 +0000
commit50c984bfe8904f123a5f43c56657bd4635a8519c (patch)
tree0f7a8d4d8898884926ea6b5d982f9564d09a8733 /pym
parent4538b5dcb9e9d28e67df6e1b91b97551a577da21 (diff)
downloadportage-50c984bfe8904f123a5f43c56657bd4635a8519c.tar.gz
portage-50c984bfe8904f123a5f43c56657bd4635a8519c.tar.bz2
portage-50c984bfe8904f123a5f43c56657bd4635a8519c.zip
Remove print statement from previous commit.
svn path=/main/trunk/; revision=12382
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 5c83f2686..a95755259 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -3802,7 +3802,6 @@ class dblink(object):
# mount points). Also, don't hardlink zero-byte files since
# it doesn't save any space.
parent_dir = os.path.dirname(myrealdest)
- print "parent_dir", parent_dir
hardlink_key = (parent_dir, mymd5, mystat.st_size,
mystat.st_mode, mystat.st_uid, mystat.st_gid)
hardlink_candidates = self._md5_merge_map.get(hardlink_key)