diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-06-21 17:05:24 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-06-21 17:05:24 +0000 |
commit | a6ee6841c5d26001e6dde9c7e73e22a69ebd6602 (patch) | |
tree | e7290fe93f0485491e341c2c8baa65195f43ab54 /autopart.py | |
parent | 1a066b6074c52a6e8963a0f2de45e81a4f33e4ed (diff) | |
download | anaconda-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.py | 2 |
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 = {} |