Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Jan 23, 2024
1 parent 61992b7 commit b17e5cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo/views/track-a-user.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@
const fraud = $('#fraud').val() === 'true';
Radar.trackOnce({ userId, desiredAccuracy, fraud })
.then(({ location, user, events }) => {
if (user && user.metadata && user.metadata['radar:debug']) {
console.log(user.metadata['radar:debug'])
}
console.log('TRACK RESPONSE', { location, user, events });
$('#loader').hide();
Expand Down

0 comments on commit b17e5cb

Please sign in to comment.