auto_super_init: handle the case of constructors redefinition (instead of infinitivel...
[nit.git] / src / phase.nit
index ace2cb9..0705139 100644 (file)
@@ -98,7 +98,6 @@ redef class ToolContext
                                end
                                errcount = self.error_count
                                for nclassdef in nmodule.n_classdefs do
-                                       self.info(" phase: {phase} for {nclassdef.location}", 3)
                                        assert phase.toolcontext == self
                                        phase.process_nclassdef(nclassdef)
                                        for npropdef in nclassdef.n_propdefs do