removed debug log

This commit is contained in:
Vishal 2022-12-02 12:28:02 +05:30
parent 88db953ca6
commit 543bfd2767
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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'