diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-02-14 20:56:06 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-02-14 20:56:06 +0000 |
commit | ae0aad2587a03d8f23dc50566f05a5a411052d24 (patch) | |
tree | a4794e6e984e24b6ca0b03ef3b836ea00caee863 /partitions.py | |
parent | d9fc85ba4171af6df9c52a86381ca1dec88be59d (diff) | |
download | anaconda-ae0aad2587a03d8f23dc50566f05a5a411052d24.tar.gz anaconda-ae0aad2587a03d8f23dc50566f05a5a411052d24.tar.xz anaconda-ae0aad2587a03d8f23dc50566f05a5a411052d24.zip |
remove debugging stuff
Diffstat (limited to 'partitions.py')
-rw-r--r-- | partitions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/partitions.py b/partitions.py index c1638680c..0ad420d24 100644 --- a/partitions.py +++ b/partitions.py @@ -123,7 +123,6 @@ class Partitions: drive = drive, format = format) spec.device = fsset.PartedPartitionDevice(part).getDevice() - print spec.device, ptype # set label if makes sense if ptype and ptype.isMountable() and \ |