Skip to content

Commit

Permalink
Removed commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Guzzter authored Jan 6, 2017
1 parent bca772e commit 80a494c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 91,7 @@ <h1>Fingerprintjs2</h1>
console.log(result);
for (var index in components) {
var obj = components[index];
var value = obj.value;//.join(',');
var value = obj.value;
var line = obj.key " = " value.toString().substr(0, 100);
console.log(line);
details = line "<br />";
Expand Down

0 comments on commit 80a494c

Please sign in to comment.