Remove redundant checksum output.
authorZac Medico <zmedico@gentoo.org>
Wed, 19 Jul 2006 10:40:50 +0000 (10:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 19 Jul 2006 10:40:50 +0000 (10:40 -0000)
svn path=/main/trunk/; revision=3933

pym/portage.py

index 1f506108e26717b9fb8f1bc6851893ed43b0721c..ae34742015d9bf653a11945a7cf9c7543d5a73b9 100644 (file)
@@ -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