Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamjuliot committed Oct 18, 2020
1 parent 4e4cbc6 commit 398137f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions creep.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,10 @@ const imports = {
capturedErrors: !!errorsLen,
voices: isFirefox ? distrust : fp.voices // Firefox is inconsistent
}
const debugLog = (message, obj) => console.log(message, JSON.stringify(obj, null, '\t'))


console.log('Fingerprint (Object):', creep)
console.log('Loose Fingerprint (Object):', fp)
//debugLog('Loose Id (JSON):', fp)
//console.log('Loose JSON String:', JSON.stringify(fp, null, '\t'))

const [fpHash, creepHash] = await Promise.all([hashify(fp), hashify(creep)])
.catch(error => {
Expand Down

0 comments on commit 398137f

Please sign in to comment.