Commit e95992b0 authored by Gus Grubba's avatar Gus Grubba

Remove debug output.

parent 9fc0f88a
...@@ -89,10 +89,10 @@ QGCView { ...@@ -89,10 +89,10 @@ QGCView {
function updateMap() { function updateMap() {
for (var i = 0; i < _map.supportedMapTypes.length; i++) { for (var i = 0; i < _map.supportedMapTypes.length; i++) {
console.log(_map.supportedMapTypes[i].name) //console.log(_map.supportedMapTypes[i].name)
if (mapType === _map.supportedMapTypes[i].name) { if (mapType === _map.supportedMapTypes[i].name) {
_map.activeMapType = _map.supportedMapTypes[i] _map.activeMapType = _map.supportedMapTypes[i]
console.log("Update Map:" + " " + _map.activeMapType) //console.log("Update Map:" + " " + _map.activeMapType)
handleChanges() handleChanges()
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment