Remove magicleap command from command_base.py

This commit is contained in:
michaelgrigoryan25 2023-05-22 18:43:14 +04:00
parent ab6e451de6
commit 53d7ded8c6

View file

@ -823,12 +823,6 @@ install them, let us know by filing a bug!")
action='store_true',
help='Build for Android',
),
CommandArgument(
'--magicleap',
default=None,
action='store_true',
help='Build for Magic Leap',
),
CommandArgument(
'--libsimpleservo',
default=None,