Remove debug statements
This commit is contained in:
parent
f4d1ba897b
commit
8e802f314a
@ -9,7 +9,6 @@ const nprofileHandler = async function (ctx: Context) {
|
||||
|
||||
try {
|
||||
data = nip19.decode(nprofile).data as nip19.ProfilePointer;
|
||||
console.log(data);
|
||||
} catch (_e) {
|
||||
notFoundHandler(ctx);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user