mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
clean up spam logs a bit
This commit is contained in:
parent
c3054ca753
commit
c9da22601e
1 changed files with 0 additions and 5 deletions
|
@ -349,11 +349,6 @@ Future<Map<String, dynamic>> isolateRestore(
|
|||
level: LogLevel.Warning,
|
||||
);
|
||||
}
|
||||
} else {
|
||||
Logging.instance.log(
|
||||
"Coin not found in data with the mint tag: $mintTag",
|
||||
level: LogLevel.Warning,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue