diff --git a/cw_core/lib/wallet_info.dart b/cw_core/lib/wallet_info.dart index 0979b7917..ce6657c23 100644 --- a/cw_core/lib/wallet_info.dart +++ b/cw_core/lib/wallet_info.dart @@ -239,7 +239,7 @@ class WalletInfo extends HiveObject { await file.writeAsString(logLine, mode: FileMode.append, flush: true); } catch (e) { - if (kDebugMode) print('Failed to log hash change: $e'); + if (kDebugMode) printV('Failed to log hash change: $e'); } }