fix(mod): remove debug code
This commit is contained in:
parent
cd5e6dcd8f
commit
4bf84cd9a6
@ -256,9 +256,6 @@ export const ModForm = ({ existingModData }: ModFormProps) => {
|
||||
tags
|
||||
}
|
||||
|
||||
console.log(unsignedEvent)
|
||||
return
|
||||
|
||||
const signedEvent = await window.nostr
|
||||
?.signEvent(unsignedEvent)
|
||||
.then((event) => event as Event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user