remove comments

This commit is contained in:
Moss 2020-06-12 14:24:54 +02:00
parent 45058847c0
commit c1c350a657
1 changed files with 0 additions and 2 deletions

View File

@ -78,10 +78,8 @@ func (s *StepBootCommand) Run(ctx context.Context, state multistep.StateBag) mul
switch code { switch code {
case key.CodeLeftAlt: case key.CodeLeftAlt:
// <leftAltOn>
keyAlt = down keyAlt = down
case key.CodeLeftControl: case key.CodeLeftControl:
// <leftCtrlOn>
keyCtrl = down keyCtrl = down
default: default:
keyShift = down keyShift = down