[skip ci] print->printV

This commit is contained in:
Czarek Nakamoto 2025-06-16 13:07:15 +02:00
parent 2e78c4b7a3
commit d47865d679

View file

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