summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-21 17:05:24 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-21 17:05:24 +0000
commita6ee6841c5d26001e6dde9c7e73e22a69ebd6602 (patch)
treee7290fe93f0485491e341c2c8baa65195f43ab54 /autopart.py
parent1a066b6074c52a6e8963a0f2de45e81a4f33e4ed (diff)
downloadanaconda-a6ee6841c5d26001e6dde9c7e73e22a69ebd6602.tar.gz
anaconda-a6ee6841c5d26001e6dde9c7e73e22a69ebd6602.tar.xz
anaconda-a6ee6841c5d26001e6dde9c7e73e22a69ebd6602.zip
comment out some debugging prints
editable raid requests for tui fix the mountpoint in use check
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 959e73586..bec3f0a8d 100644
--- a/autopart.py
+++ b/autopart.py
@@ -229,7 +229,7 @@ def growParts(diskset, requests):
for part in free[key]:
freeSize[key] = freeSize[key] + getPartSize(part)
- print freeSize
+# print freeSize
# find growable partitions and find out the size of the growable parts
growable = {}