tools: remove debug message in Message:to_color_string
authorJean Privat <jean@pryen.org>
Mon, 31 Oct 2011 12:57:17 +0000 (08:57 -0400)
committerJean Privat <jean@pryen.org>
Mon, 31 Oct 2011 12:57:17 +0000 (08:57 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/mmloader.nit

index 678ecc7..c20657a 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