remove debug messages

This commit is contained in:
Believethehype 2024-03-26 16:25:24 +01:00
parent 91453fd5d8
commit effe733fc6

View File

@ -280,10 +280,8 @@ def zaprequest(lud16: str, amount: int, content, zapped_event, zapped_user, keys
tags = [p_tag]
if zapped_event is not None:
tags.append(e_tag)
print("hello")
zap_request = EventBuilder(Kind(9733), content,
tags).to_event(keys).as_json()
print("hello2")
keys = Keys.parse(encryption_key)
if zapped_event is not None:
encrypted_content = enrypt_private_zap_message(zap_request, keys.secret_key(), zapped_event.author())