Remove debugger statment

This commit is contained in:
Kieran 2023-01-13 09:46:01 +00:00
parent 5e9cf92922
commit 6fbe85c7d2
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -146,7 +146,6 @@ export default function Nip5Service(props: Nip05ServiceProps) {
...user,
nip05: `${handle}@${domain}`
};
debugger;
delete newProfile["loaded"];
delete newProfile["fromEvent"];
delete newProfile["pubkey"];