mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 04:09:25 +00:00
disable spam prints
This commit is contained in:
parent
5ddf3e3a53
commit
882bb816ea
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ abstract class TrocadorAPI {
|
|||
|
||||
code = response.code;
|
||||
|
||||
debugPrint("CODE: $code");
|
||||
debugPrint("BODY: ${response.body}");
|
||||
// debugPrint("CODE: $code");
|
||||
// debugPrint("BODY: ${response.body}");
|
||||
|
||||
final json = jsonDecode(response.body);
|
||||
|
||||
|
|
Loading…
Reference in a new issue