From c9da22601ef0d92057d5ebe0ad58dd5d69dab5b2 Mon Sep 17 00:00:00 2001 From: julian Date: Tue, 25 Jul 2023 20:28:51 -0600 Subject: [PATCH] clean up spam logs a bit --- lib/services/coins/firo/firo_wallet.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/services/coins/firo/firo_wallet.dart b/lib/services/coins/firo/firo_wallet.dart index 37c31dce4..6b2bf733f 100644 --- a/lib/services/coins/firo/firo_wallet.dart +++ b/lib/services/coins/firo/firo_wallet.dart @@ -349,11 +349,6 @@ Future> isolateRestore( level: LogLevel.Warning, ); } - } else { - Logging.instance.log( - "Coin not found in data with the mint tag: $mintTag", - level: LogLevel.Warning, - ); } }