From cbd057e7a748ec0e3e168a545dd36aebb64bb757 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sat, 23 Dec 2006 10:19:28 +0000 Subject: 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 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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)." -- cgit v1.2.3-1-g7c22