mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
[skip ci] print->printV
This commit is contained in:
parent
2e78c4b7a3
commit
d47865d679
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue