diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-10 06:29:10 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-10 06:29:10 +0000 |
commit | 59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179 (patch) | |
tree | 6157fa08e36cd951910a6c61501e53117862fb53 /fsset.py | |
parent | aae4f33c42111545836b5307f32d1d6bd3dede91 (diff) | |
download | anaconda-59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179.tar.gz anaconda-59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179.tar.xz anaconda-59fc1c2d9bd840c4b651fe76b895f3bcfd6ab179.zip |
remove debugging
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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) |