mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 04:34:34 +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;
|
code = response.code;
|
||||||
|
|
||||||
debugPrint("CODE: $code");
|
// debugPrint("CODE: $code");
|
||||||
debugPrint("BODY: ${response.body}");
|
// debugPrint("BODY: ${response.body}");
|
||||||
|
|
||||||
final json = jsonDecode(response.body);
|
final json = jsonDecode(response.body);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue