disable display of elapsed time for collision-protect as it's for benchmarking purpos...
authorMarius Mauch <genone@gentoo.org>
Sat, 23 Dec 2006 10:19:28 +0000 (10:19 -0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 23 Dec 2006 10:19:28 +0000 (10:19 -0000)
svn path=/main/trunk/; revision=5364

pym/portage.py

index 39faab6f2244fba373cc57d875fde3addbfa471d..c84d161dc831346c27b908975d6c839d3efbe589 100644 (file)
@@ -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)."