From 65946992768b5f1912c88e7df13ce3324e9964b7 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 17 Jan 2013 15:24:22 -0500 Subject: [PATCH] Stray console --- js/id/ui/contributors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/contributors.js b/js/id/ui/contributors.js index 36d1cf432..3dc5a4014 100644 --- a/js/id/ui/contributors.js +++ b/js/id/ui/contributors.js @@ -21,7 +21,7 @@ iD.ui.contributors = function(map) { l.enter().append('a') .attr('class', 'user-link') - .attr('href', function(d) { console.log(d); return map.connection().userUrl(d); }) + .attr('href', function(d) { return map.connection().userUrl(d); }) .attr('target', '_blank') .text(String);