summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-25 02:43:22 +0000
committerMatt Wilson <msw@redhat.com>1999-09-25 02:43:22 +0000
commita52ddd9b7f932004a8fcb8c88ad768baac082ada (patch)
treedc1f8a4f0ed57d84e6bc53c2c7f9ecb106f58f5d /todo.py
parent7146134ff52c3c3651ab0657807fc80c59f74efb (diff)
downloadanaconda-a52ddd9b7f932004a8fcb8c88ad768baac082ada.tar.gz
anaconda-a52ddd9b7f932004a8fcb8c88ad768baac082ada.tar.xz
anaconda-a52ddd9b7f932004a8fcb8c88ad768baac082ada.zip
bye debug
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 4daa9e15c..245009f9f 100644
--- a/todo.py
+++ b/todo.py
@@ -801,10 +801,8 @@ class ToDo:
for (drive, (label, liloType)) in self.liloImages.items ():
if (drive == rootDev) and label:
- self.log ("%s label %s is root (%s)", drive, label, rootDev)
main = label
elif label:
- self.log ("%s label %s is ohter", drive, label)
otherList.append (label, "/dev/" + drive)
lilo.addEntry("default", main)