Skip to content

Commit

Permalink
Hide default console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
risadams committed Mar 21, 2019
1 parent 4829fc2 commit 7cbcf93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lingerprint",
"version": "1.0.1",
"version": "1.0.2",
"description": "A drop-in API for creating a pseudo-unique browser fingerprint for lightweight visitor analytics.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { Lingerprint } from './lingerprint';
const lingerprint = new Lingerprint();

setTimeout(() => {
console.table(lingerprint.Components);
console.info(lingerprint.Fingerprint);
// eslint-disable-next-line no-undef
window.Lingerprint = lingerprint;
}, 10);

0 comments on commit 7cbcf93

Please sign in to comment.