Console...

This commit is contained in:
Tom MacWright
2013-02-05 17:52:42 -05:00
parent 930ed89229
commit f12b7d0fca
-1
View File
@@ -78,7 +78,6 @@ iD.Background = function() {
tiles.forEach(function(d) {
addSource(d);
requests.push(d);
console.log(d[3]);
if (!cache[d[3]] && lookUp(d)) {
requests.push(addSource(lookUp(d)));
}