diff --git a/js/id/renderer/background.js b/js/id/renderer/background.js index 2c2b35e78..1f0834ed1 100644 --- a/js/id/renderer/background.js +++ b/js/id/renderer/background.js @@ -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))); }