Skip to content

Commit

Permalink
Don't echo next volume
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha committed Sep 26, 2020
1 parent 364d728 commit ff0b1fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/vimedia.vim
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ fu! s:ToggleVolume() abort
return
endif

echo l:next_volume
let s:previous_volume = l:next_volume
call job_start(s:SetVolumeCmd(s:selected_player, l:next_volume))
endfu
Expand Down

0 comments on commit ff0b1fb

Please sign in to comment.