From 7e8d5e71ce2a441faa85a178481f4ef30a7901d5 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 13 Nov 2024 17:18:59 +0100 Subject: linux: remove leftover prove() method --- src/linux/ogOperations.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/linux/ogOperations.py') 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'} -- cgit v1.2.3-18-g5258