linux: remove leftover prove() method

master
Alejandro Sirgo Rica 2024-11-13 17:18:59 +01:00
parent c8674a4e93
commit a1bd0c36f3
1 changed files with 0 additions and 3 deletions

View File

@ -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'}