removed console logs

This commit is contained in:
Connor Turland 2015-01-22 21:42:21 -05:00
parent bf08b562c2
commit 595ff893f3

View file

@ -4795,7 +4795,6 @@ Metamaps.Map.InfoBox = {
var self = Metamaps.Map.InfoBox;
var string = "";
console.log("hello!!")
string += "<ul>";
Metamaps.Mappers.each(function(m){
@ -4803,7 +4802,6 @@ Metamaps.Map.InfoBox = {
});
string += "</ul>";
console.log(string);
return string;
},
updateNumbers: function () {