Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 5090bf5

Browse files
committed
Remove debugging print message.
1 parent d8a45d4 commit 5090bf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

virtinst/DistroInstaller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ def detect_distro(self):
239239
logging.exception("Error attempting to detect distro.")
240240
return (None, None)
241241

242-
print dist_info
243242
# Verify these are valid values
244243
dtype, dvariant = dist_info
245244
import osdict

0 commit comments

Comments
 (0)