Skip to content

Commit befd551

Browse files
committed
Remove old console.log with a typo
1 parent c3678f1 commit befd551

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

demo/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@
173173
streetsNear( latlng, function( err, data ){
174174

175175
if( data && data.features.length ){
176-
console.log('got a feaure', data.features[0])
177-
178176
var centroid = latlng;
179177
// var names = data.features.map( function( street ){
180178
// return street.properties.name;

0 commit comments

Comments
 (0)