diff --git a/images/earth.html b/images/earth.html
index 5ad206ea30b07f4eb6349c2bed6ea05bfa5c692f..4f05d2f02f0bcab7b2efca83a6cab17b3d7e085a 100644
--- a/images/earth.html
+++ b/images/earth.html
@@ -362,7 +362,6 @@ function updateWaypoint(id, index, lat, lon, alt, action)
location.setAltitude(alt);
waypoints[index].setGeometry(location);
waypoints[index].setDescription(index+"");
- console.log('WP LOC:' + lat + lon + alt);
}
else
{
@@ -373,7 +372,7 @@ function updateWaypoint(id, index, lat, lon, alt, action)
if (index < 10) numberstring = '0' + numberstring
icon.setHref('http://google-maps-icons.googlecode.com/files/red' + numberstring +'.png');
var style = ge.createStyle('');
- console.log('WP ICON created:' + 'http://google-maps-icons.googlecode.com/files/red' + numberstring +'.png');
+ //console.log('WP ICON created:' + 'http://google-maps-icons.googlecode.com/files/red' + numberstring +'.png');
style.getIconStyle().setIcon(icon);
//style.getIconStyle().setScale(0.5);
placemark.setStyleSelector(style);
@@ -424,7 +423,7 @@ function createAircraft(id, type, color)
//planeColor = color;
createTrail(id, color);
- console.log(color);
+ //console.log(color);
}
function createTrail(id, color)