X-Git-Url: http://nitlanguage.org diff --git a/src/phase.nit b/src/phase.nit index 0a32484..bdec532 100644 --- a/src/phase.nit +++ b/src/phase.nit @@ -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)