From 543bfd2767a8e491ed35732dee13ca95aa8bc23f Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:28:02 +0530 Subject: [PATCH] removed debug log --- lib/event_ds.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/event_ds.dart b/lib/event_ds.dart index 754cbe8..670f083 100644 --- a/lib/event_ds.dart +++ b/lib/event_ds.dart @@ -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; } diff --git a/pubspec.yaml b/pubspec.yaml index f3c6fea..1df31b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'