phase: do not display the each phase for each module
authorJean Privat <jean@pryen.org>
Fri, 6 Mar 2015 13:47:59 +0000 (20:47 +0700)
committerJean Privat <jean@pryen.org>
Fri, 6 Mar 2015 13:47:59 +0000 (20:47 +0700)
it is noise at this point

Signed-off-by: Jean Privat <jean@pryen.org>

src/phase.nit

index 0a32484..bdec532 100644 (file)
@@ -110,7 +110,6 @@ redef class ToolContext
 
                        for phase in phases do
                                if phase.disabled then continue
-                               self.info(" phase: {phase}", 3)
                                assert phase.toolcontext == self
                                var errcount = self.error_count
                                phase.process_nmodule(nmodule)