Chore: remove obsolete console.log
This commit is contained in:
parent
fbaaa2217e
commit
e5d9e253ef
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ export class MangroveIdentity {
|
|||
review => {
|
||||
try{
|
||||
const subjectUrl = new URL(review.sub)
|
||||
console.log(">>>", subjectUrl)
|
||||
return subjectUrl.protocol === "geo:"
|
||||
}catch (e) {
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue