removed console logs

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

View file

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