Skip to content

Commit 986dab5

Browse files
committed
Remove debug statement
1 parent 91a2f20 commit 986dab5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/elixir/indent.vim

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function! s:in_embedded_view()
7070
let position = getpos('.')
7171
let lnum = line('.')
7272
let start_lnum = search('\s\+\~\%\(e\|E\|L\|H\)"""', 'bW')
73-
echom start_lnum
7473
if start_lnum == 0
7574
return 0
7675
endif

0 commit comments

Comments
 (0)