Skip to content
Snippets Groups Projects
Verified Commit dd11615d authored by Newbyte's avatar Newbyte :snowflake:
Browse files

pmb.install.losetup: Remove debug print

Looks like an unintended leftover from debugging.

---

This was needlessly reverted by
1ec55fc1. While revreting
0975d064 was good, this commit did not
cause any harm.
parent 1f7b9097
No related branches found
No related tags found
No related merge requests found
Pipeline #208705 failed
......@@ -100,7 +100,6 @@ def detach_all() -> None:
losetup = json.loads(losetup_output)
work = get_context().config.work
for loopdevice in losetup["loopdevices"]:
print(loopdevice["back-file"])
if Path(loopdevice["back-file"]).is_relative_to(work):
pmb.helpers.run.root(["kpartx", "-d", loopdevice["name"]], check=False)
pmb.helpers.run.root(["losetup", "-d", loopdevice["name"]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment