phases: stop displaying location for property on verbose level 4
authorJean Privat <jean@pryen.org>
Sat, 3 Aug 2013 02:00:00 +0000 (22:00 -0400)
committerJean Privat <jean@pryen.org>
Sat, 3 Aug 2013 02:00:00 +0000 (22:00 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/phase.nit

index 70d3a71..df766e1 100644 (file)
@@ -61,7 +61,6 @@ redef class ToolContext
                                errcount = self.error_count
                                for nclassdef in nmodule.n_classdefs do
                                        for npropdef in nclassdef.n_propdefs do
-                                               self.info(" phase: {phase.class_name} for {npropdef.location}", 4)
                                                assert phase.toolcontext == self
                                                phase.process_npropdef(npropdef)
                                        end