Removing annoying "Contents :" at top of page!
diff --git a/downloads/parseBuilds.php b/downloads/parseBuilds.php
index 08770ca..7604434 100644
--- a/downloads/parseBuilds.php
+++ b/downloads/parseBuilds.php
@@ -62,7 +62,7 @@
 xml_set_element_handler($xmlparser, "start_tag", "end_tag");
 
 function tag_contents($parser, $data) {
-	echo "Contents : ".$data."<br />";
+	//echo "Contents : ".$data."<br />";
 }
 
 /**