diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-13 17:18:59 +0100 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-26 13:02:45 +0100 |
commit | a1bd0c36f3be137e908540e5ea50354fd9293ca3 (patch) | |
tree | d5985a059ba34d0a813e489897ff74963e9aef7f | |
parent | c8674a4e93329855c510ff5d24589dabea0e3037 (diff) |
linux: remove leftover prove() method
-rw-r--r-- | src/linux/ogOperations.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/linux/ogOperations.py b/src/linux/ogOperations.py index 6135bb1..4728201 100644 --- a/src/linux/ogOperations.py +++ b/src/linux/ogOperations.py @@ -67,6 +67,3 @@ class OgLinuxOperations: def refresh(self, ogRest): return {"status": "LINUX"} - - def probe(self, ogRest): - return {'status': 'LINUX' if ogRest.state != ThreadState.BUSY else 'BSY'} |