summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd/otg/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/plugins/msd/otg/helpers.py')
-rw-r--r--kvmd/plugins/msd/otg/helpers.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/kvmd/plugins/msd/otg/helpers.py b/kvmd/plugins/msd/otg/helpers.py
index 19cb0bbb..2d64bd0c 100644
--- a/kvmd/plugins/msd/otg/helpers.py
+++ b/kvmd/plugins/msd/otg/helpers.py
@@ -45,16 +45,6 @@ async def remount_storage(base_cmd: List[str], rw: bool) -> None:
raise
-async def unlock_drive(base_cmd: List[str]) -> None:
- logger = get_logger(0)
- logger.info("Unlocking the drive ...")
- try:
- await _run_helper(base_cmd)
- except Exception:
- logger.error("Can't unlock the drive")
- raise
-
-
# =====
async def _run_helper(cmd: List[str]) -> None:
logger = get_logger(0)