summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 1f506108e..ae3474201 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2222,7 +2222,6 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
eout = output.EOutput()
eout.quiet = mysettings.get("PORTAGE_QUIET", None) == "1"
for x_key in mydigests[myfile].keys():
- writemsg(">>> "+str(myfile)+" "+x_key+" ;-)\n")
eout.ebegin("%s %s ;-)" % (myfile, x_key))
eout.eend(0)
fetched=2