mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Remove debugging info from getIdentifier
This commit is contained in:
parent
4fdf44c4ca
commit
f0a28d485f
@ -33,8 +33,6 @@ if (constants.quota.enabled) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getIdentifier(address) {
|
function getIdentifier(address) {
|
||||||
let d = Date.now()
|
|
||||||
const result = (() => {
|
|
||||||
try {
|
try {
|
||||||
if (address == undefined) return "missing"
|
if (address == undefined) return "missing"
|
||||||
else if (checker(address)) return "proxy"
|
else if (checker(address)) return "proxy"
|
||||||
@ -45,9 +43,6 @@ function getIdentifier(address) {
|
|||||||
console.error(e)
|
console.error(e)
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
})()
|
|
||||||
console.log(`identified ${address} -> ${result} in ${Date.now()-d} ms`)
|
|
||||||
return result
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.getIdentifier = getIdentifier
|
module.exports.getIdentifier = getIdentifier
|
||||||
|
Loading…
Reference in New Issue
Block a user