mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-02 17:08:12 +02:00
removed debug log
This commit is contained in:
parent
88db953ca6
commit
543bfd2767
@ -554,8 +554,8 @@ class EventData {
|
||||
keys = getEncryptedChannelKeys(secretMessageIds, tempChildEventsMap, channelId);
|
||||
|
||||
if( keys.length != 2) {
|
||||
printWarning("\nCould not get keys for event id: $id and channelId: $channelId\n");
|
||||
print("keys = $keys\n\n");
|
||||
//printWarning("\nCould not get keys for event id: $id and channelId: $channelId\n");
|
||||
//print("keys = $keys\n\n");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
||||
|
||||
# Release 0.2.2-beta
|
||||
# fixed issue with encrypted groups where an invite from non-follow wasn't processed/received
|
||||
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.3 <3.0.0'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user