summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-05-05 19:00:56 +0000
committerMike Fulbright <msf@redhat.com>2003-05-05 19:00:56 +0000
commit22b1edcb2e46cfcba62710791a8c59cf8b042479 (patch)
tree5b7b11d723ff038867c13ff55010c9d5c2d03d2d /loader2/hdinstall.c
parentb9e34905bc504195c881201ba7b472d65577d735 (diff)
downloadanaconda-22b1edcb2e46cfcba62710791a8c59cf8b042479.tar.gz
anaconda-22b1edcb2e46cfcba62710791a8c59cf8b042479.tar.xz
anaconda-22b1edcb2e46cfcba62710791a8c59cf8b042479.zip
remove spurious debugging code
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"),