Skip to content

Commit

Permalink
B-1: Fixed #1, remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mskasal committed May 13, 2019
1 parent 22e63b9 commit f628608
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 f628608

Please sign in to comment.