Skip to content

Commit 93692ee

Browse files
committed
remove extra logfile assignment
1 parent 6d1ef2e commit 93692ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/OmniSharp.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ function! OmniSharp#Install(...) abort
441441
\ l:script, l:http, l:location, l:version)
442442
else
443443
let l:logfile = g:OmniSharp_log_dir . '/install.log'
444-
let l:logfile = l:log_dir . '/install.log'
445444
let l:script = shellescape(
446445
\ s:plugin_root_dir . '/installer/omnisharp-manager.sh')
447446
let l:mono = g:OmniSharp_server_use_mono ? '-M' : ''

0 commit comments

Comments
 (0)