Remove debugging info

This commit is contained in:
Tim Pope 2012-12-30 19:16:24 -05:00
parent f3d218c2da
commit e5b9f940e9
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ function! s:apply_if_ready(options) abort
for [option, value] in items(a:options)
call setbufvar('', '&'.option, value)
endfor
if &verbose
echomsg string(a:options)
endif
return 1
endif
endfunction