X-Git-Url: http://nitlanguage.org diff --git a/src/astvalidation.nit b/src/astvalidation.nit index b34d42f..2883197 100644 --- a/src/astvalidation.nit +++ b/src/astvalidation.nit @@ -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