mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-04 05:58:09 +02:00
Console...
This commit is contained in:
@@ -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)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user