Rename REAMDE to README.md
[nit.git] / src / astvalidation.nit
index b34d42f..2883197 100644 (file)
@@ -74,7 +74,7 @@ redef class AExpr
        do
                super
                if mtype == null and not is_typed then
-                       debug "TYPING: untyped expression"
+                       #debug "TYPING: untyped expression"
                end
        end
 end