summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index bc9194031..6952b600e 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -415,7 +415,6 @@ def makeInitrd (kernelTag, instRoot):
def grubbyDiskName(name):
drives = isys.hardDriveDict().keys()
drives.sort (isys.compareDrives)
- print name
return "hd%d" % drives.index(name)