From ae0aad2587a03d8f23dc50566f05a5a411052d24 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 14 Feb 2002 20:56:06 +0000 Subject: remove debugging stuff --- partitions.py | 1 - 1 file changed, 1 deletion(-) (limited to 'partitions.py') 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 \ -- cgit