Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit f2f2b4e

Browse files
committed
remove debug variable
1 parent 0c68acd commit f2f2b4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UI/Components/EditorElement.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,6 @@ public void TextArea_TextEntered(object sender, TextCompositionEventArgs e)
940940
{
941941
var document = editor.Document;
942942
var offset = editor.TextArea.Caret.Offset;
943-
var a = bracketHelper.CheckForCommentLine(document, offset);
944943
if (editor.SelectionLength == 0 &&
945944
(bracketHelper.CheckForCommentBlockForward(document, offset) ||
946945
bracketHelper.CheckForCommentBlockBackward(document, offset) ||

0 commit comments

Comments
 (0)