summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/hdinstall.c')
-rw-r--r--loader2/hdinstall.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/loader2/hdinstall.c b/loader2/hdinstall.c
index d3c8091ad..fff21a518 100644
--- a/loader2/hdinstall.c
+++ b/loader2/hdinstall.c
@@ -402,8 +402,6 @@ char * mountHardDrive(struct installMethod * method,
char *selpart;
char *kspartition, *ksdirectory;
- logMessage("in mountHardDrive():");
-
/* handle kickstart data first if available */
if (loaderData->method &&
!strncmp(loaderData->method, "hd", 2) &&
@@ -453,13 +451,6 @@ char * mountHardDrive(struct installMethod * method,
partition_list = getPartitionsList();
numPartitions = lenPartitionsList(partition_list);
- /* for debugging */
-#if 0
- logMessage("partitionslist: %d", numPartitions);
- for (i=0; i<numPartitions; i++)
- logMessage("%s", partition_list[i]);
-#endif
-
/* no partitions found, try to load a device driver disk for storage */
if (!numPartitions) {
rc = newtWinChoice(_("Hard Drives"), _("Yes"), _("Back"),