removed verbose flag

This commit is contained in:
Alan Hamlett 2013-07-09 15:34:03 -07:00
parent e8e2b8368f
commit 09e67fedfe
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ let s:VERSION = '0.2.1'
if a:endtime > 1
let cmd = cmd + ['--endtime', printf('%f', a:endtime)]
endif
let cmd = cmd + ['--verbose']
"let cmd = cmd + ['--verbose']
exec 'silent !' . join(cmd, ' ') . ' &'
let time = a:time
if a:endtime > 1 && float2nr(round(time)) < float2nr(round(a:endtime))