Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-03-08 15:54:23 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-03-08 15:54:23 +0100
commit1ef63147d0eeb002dcc9475f2fcec3abddc1298d (patch)
tree117e448be0fb249532c8756bb08b597f803b727d /examples/guided.py
parentc5694393c6a9d53cbc7a2886e733b354d5055772 (diff)
Tweaked logging slightly.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/guided.py b/examples/guided.py
index fbe6ea47..15f9ba1c 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -271,8 +271,6 @@ signal.signal(signal.SIGINT, original_sigint_handler)
Once that's done, we'll hand over to perform_installation()
"""
with archinstall.Filesystem(archinstall.arguments['harddrive'], archinstall.GPT) as fs:
- print('Debug')
- exit(0)
# Use partitioning helper to set up the disk partitions.
if disk_password:
fs.use_entire_disk('luks2')