Index: trunk/src/index.php
===================================================================
--- trunk/src/index.php	(revision 7661)
+++ trunk/src/index.php	(revision 7692)
@@ -31,7 +31,9 @@
 $kml->addPlacemark($kmlPlacemark1);
 $kml->addPlacemark($kmlPlacemark2);
-echo $kml->toString();
-
-echo "\r\n\r\n\r\n\r\n\r\n -------------------------------------------------- \r\n\r\n\r\n\r\n\r\n";
+/*
+ * For testing, echo the example KML file
+ * echo $kml->toString();
+ * echo "\r\n\r\n\r\n\r\n\r\n -------------------------------------------------- \r\n\r\n\r\n\r\n\r\n";
+ */
 
 // Now let's try reading from files and parsing the data in the files.
@@ -42,7 +44,9 @@
 $nodeLocation = new FileHandler($config['node_location_file']);
 $kmlFile->parseLocationFile($nodeLocation->getFile());
-echo $kmlFile->toString();
-
-echo "\r\n\r\n\r\n\r\n\r\n -------------------------------------------------- \r\n\r\n\r\n\r\n\r\n";
+/*
+ * For testing, echo the example KML file
+ * echo $kmlFile->toString();
+ * echo "\r\n\r\n\r\n\r\n\r\n -------------------------------------------------- \r\n\r\n\r\n\r\n\r\n";
+ */
 
 // Let's try to read the node status file
@@ -50,7 +54,3 @@
 $kmlFile->parseStatusFile($nodeStatus->getFile());
 echo $kmlFile->toString();
-/*
- * TODO: Needs better parsing of the file now we have two seperate
- * files for the location and the status of the nodes
- */
 ?>
