fix(mod): remove debug code

This commit is contained in:
enes 2024-12-03 19:28:46 +01:00
parent cd5e6dcd8f
commit 4bf84cd9a6

View File

@ -256,9 +256,6 @@ export const ModForm = ({ existingModData }: ModFormProps) => {
tags tags
} }
console.log(unsignedEvent)
return
const signedEvent = await window.nostr const signedEvent = await window.nostr
?.signEvent(unsignedEvent) ?.signEvent(unsignedEvent)
.then((event) => event as Event) .then((event) => event as Event)