summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-10 06:29:10 +0000
committerMatt Wilson <msw@redhat.com>2001-07-10 06:29:10 +0000
commit59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179 (patch)
tree6157fa08e36cd951910a6c61501e53117862fb53 /fsset.py
parentaae4f33c42111545836b5307f32d1d6bd3dede91 (diff)
downloadanaconda-59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179.tar.gz
anaconda-59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179.tar.xz
anaconda-59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179.zip
remove debugging
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/fsset.py b/fsset.py
index f00e8fa5c..50b83acb5 100644
--- a/fsset.py
+++ b/fsset.py
@@ -456,10 +456,11 @@ class FileSystemSet:
and existing.mountpoint == entry.mountpoint):
self.remove(existing)
# XXX debuggin'
- log ("fsset at %s\n"
- "adding entry for %s\n"
- "entry object %s, class __dict__ is %s",
- self, entry.mountpoint, entry, isys.printObject(entry.__dict__))
+## log ("fsset at %s\n"
+## "adding entry for %s\n"
+## "entry object %s, class __dict__ is %s",
+## self, entry.mountpoint, entry,
+## isys.printObject(entry.__dict__))
self.entries.append(entry)
self.entries.sort (mountCompare)