diff --git a/MacPass/MPAutotypeKeyPress.m b/MacPass/MPAutotypeKeyPress.m index a1b808b0..4179cb36 100644 --- a/MacPass/MPAutotypeKeyPress.m +++ b/MacPass/MPAutotypeKeyPress.m @@ -71,7 +71,6 @@ static CGEventFlags _updateModifierMaskForCurrentDefaults(CGEventFlags modifiers if(![self isValid]) { return; // no valid command. Stop. } - //CGKeyCode mappedKey = [self _transformKeyCode]; [self sendPressKey:self.key]; }