Chore: remove obsolete console.log

This commit is contained in:
Pieter Vander Vennet 2024-03-28 03:24:09 +01:00
parent fbaaa2217e
commit e5d9e253ef

View file

@ -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