Skip to content

Commit

Permalink
Merge pull request #2 from startupheroes/fp-b-1
Browse files Browse the repository at this point in the history
B-1: Fixed #1, remove debugger
  • Loading branch information
mskasal authored May 13, 2019
2 parents 22e63b9 + f628608 commit 2e46984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default class Fingerprint {

fingerprintInit(params, callback) {
Fingerprint2.get(params, components => {
debugger;
const values = components.map(function(component) {
return component.value;
});
Expand Down

0 comments on commit 2e46984

Please sign in to comment.