From: Zac Medico Date: Wed, 19 Jul 2006 10:40:50 +0000 (-0000) Subject: Remove redundant checksum output. X-Git-Tag: v2.1.1~193 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40e238323164d38278067961bae4babd8554da1c;p=portage.git Remove redundant checksum output. svn path=/main/trunk/; revision=3933 --- 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