Merge zeta.labunix.uqam.ca:prog/nit/zeta-wip into tools
[nit.git] / src / mmloader.nit
index 919099f..9d28ff2 100644 (file)
@@ -69,7 +69,6 @@ class Message
                        while line_end+1 < string.length and string[line_end+1] != '\n' and string[line_end+1] != '\r' do
                                line_end += 1
                        end
-                       print "{i-1}: {line_start} && {line_end}"
                        var lstart = string.substring(line_start, location.column_start - 1)
                        var cend
                        if i != location.line_end then