removed console logs
This commit is contained in:
parent
bf08b562c2
commit
595ff893f3
1 changed files with 1 additions and 3 deletions
|
@ -4795,7 +4795,6 @@ Metamaps.Map.InfoBox = {
|
||||||
var self = Metamaps.Map.InfoBox;
|
var self = Metamaps.Map.InfoBox;
|
||||||
|
|
||||||
var string = "";
|
var string = "";
|
||||||
console.log("hello!!")
|
|
||||||
string += "<ul>";
|
string += "<ul>";
|
||||||
|
|
||||||
Metamaps.Mappers.each(function(m){
|
Metamaps.Mappers.each(function(m){
|
||||||
|
@ -4803,7 +4802,6 @@ Metamaps.Map.InfoBox = {
|
||||||
});
|
});
|
||||||
|
|
||||||
string += "</ul>";
|
string += "</ul>";
|
||||||
console.log(string);
|
|
||||||
return string;
|
return string;
|
||||||
},
|
},
|
||||||
updateNumbers: function () {
|
updateNumbers: function () {
|
||||||
|
|
Loading…
Reference in a new issue