From c21829a8d7a9a0468b0cb4b4002cfaab91da53ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Tue, 15 Sep 2015 10:00:19 +0200 Subject: [TextEditor] Remove debug message. --- .../src/core/Mono.Texteditor/Mono.TextEditor.Highlighting.Regex/Regex.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'main') diff --git a/main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting.Regex/Regex.cs b/main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting.Regex/Regex.cs index c945b9c28a..435e96fefa 100644 --- a/main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting.Regex/Regex.cs +++ b/main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting.Regex/Regex.cs @@ -40,7 +40,6 @@ namespace Mono.TextEditor.Highlighting if (curOffset >= doc.Length) { break; } - Console.WriteLine (pattern[i] +"&"+ doc [curOffset]); if (pattern[i] == doc [curOffset]) { return RegexMatch.NoMatch; } -- cgit v1.2.3