Skip to content

Commit

Permalink
remove contract reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mplsgrant committed Dec 6, 2024
1 parent 5a49d86 commit b91fe73
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions resources/plugins/simln/simln.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,17 +207,5 @@ def sh(pod: str, method: str, params: tuple[str, ...]):
print(_sh(pod, method, params))


@simln.command()
def mission():
"""Return the SimLN mission name"""
click.secho(MISSION)


@simln.command()
def primary_container():
"""Return the SimLN primary container name."""
click.secho(PRIMARY_CONTAINER)


if __name__ == "__main__":
simln()

0 comments on commit b91fe73

Please sign in to comment.