removed options not needed for config data for GUI support for both old and new GUIs

This commit is contained in:
Blake Harnden 2020-01-24 13:19:08 -08:00
parent 93ad6b588a
commit a85cb92196
3 changed files with 1 additions and 9 deletions

View file

@ -21,7 +21,6 @@ class EmaneBypassModel(emanemodel.EmaneModel):
_id="none",
_type=ConfigDataTypes.BOOL,
default="0",
options=["True", "False"],
label="There are no parameters for the bypass model.",
)
]