Skip to content

Commit

Permalink
remove console.log, change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-hervey committed Jun 23, 2018
1 parent dab46d2 commit 1878397
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modules/svg/notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function svgNotes(projection, context, dispatch) {
.attr('height', '24px')
.attr('x', '-12px')
.attr('y', '-12px')
.attr('xlink:href', '#far-comment-alt');
.attr('xlink:href', '#fas-comment-alt');
}

function drawNotes(selection) {
Expand Down
1 change: 0 additions & 1 deletion modules/svg/openstreetcam_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export function svgOpenstreetcamImages(projection, context, dispatch) {
var service = getService();
var sequences = (service ? service.sequences(projection) : []);
var images = (service && showMarkers ? service.images(projection) : []);
// console.log('images: ', images);

var traces = layer.selectAll('.sequences').selectAll('.sequence')
.data(sequences, function(d) { return d.properties.key; });
Expand Down

0 comments on commit 1878397

Please sign in to comment.