From: Marius Mauch Date: Sat, 23 Dec 2006 10:19:28 +0000 (-0000) Subject: disable display of elapsed time for collision-protect as it's for benchmarking purpos... X-Git-Tag: v2.1.2~233 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cbd057e7a748ec0e3e168a545dd36aebb64bb757;p=portage.git disable display of elapsed time for collision-protect as it's for benchmarking purposes and useless to most people. svn path=/main/trunk/; revision=5364 --- diff --git a/pym/portage.py b/pym/portage.py index 39faab6f2..c84d161dc 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6648,7 +6648,7 @@ class dblink: if f.startswith(myignore + os.path.sep): stopmerge = False break - print green("*")+" spent "+str(time.time()-starttime)+" seconds checking for file collisions" + #print green("*")+" spent "+str(time.time()-starttime)+" seconds checking for file collisions" if stopmerge: print red("*")+" This package is blocked because it wants to overwrite" print red("*")+" files belonging to other packages (see messages above)."