Remove unreachable code in connection.

This unfortunately prevents loadFromURL from sharing the queue and
cancelling functionality of bboxes
This commit is contained in:
Tom MacWright
2013-01-17 12:49:43 -05:00
parent 36a6c2ffea
commit 87c8fbdb2f

View File

@@ -27,8 +27,6 @@ iD.Connection = function() {
return callback(null, parse(dom));
}
return d3.xml(url).get().on('load', done);
inflight.push(d3.xml(url).get()
.on('load', done));
}
function getNodes(obj) {