Skip to content

Commit 1bd96bb

Browse files
authored
Fix remove echomsg (#30)
1 parent ec0f0b6 commit 1bd96bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/pydocstring.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ function! s:parseFunc(type, line)
6363
let substring = strpart(a:line, arrowIndex + 2)
6464
" issue #28 `\W*` would deleted `.`.
6565
let returnType = substitute(substring, '[^0-9A-Za-z_.]*', '', 'g')
66-
echomsg returnType
6766
else
6867
let returnType = ''
6968
endif

0 commit comments

Comments
 (0)