Skip to content

Commit b91fe73

Browse files
committed
remove contract reporting
1 parent 5a49d86 commit b91fe73

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

resources/plugins/simln/simln.py

-12
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,5 @@ def sh(pod: str, method: str, params: tuple[str, ...]):
207207
print(_sh(pod, method, params))
208208

209209

210-
@simln.command()
211-
def mission():
212-
"""Return the SimLN mission name"""
213-
click.secho(MISSION)
214-
215-
216-
@simln.command()
217-
def primary_container():
218-
"""Return the SimLN primary container name."""
219-
click.secho(PRIMARY_CONTAINER)
220-
221-
222210
if __name__ == "__main__":
223211
simln()

0 commit comments

Comments
 (0)