mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
remove print from prod
This commit is contained in:
parent
eed39d7826
commit
25a5b42f0e
1 changed files with 0 additions and 1 deletions
|
@ -267,7 +267,6 @@ class SimplexAPI {
|
|||
date.toIso8601String() + timeZoneFormatter(date.timeZoneOffset);
|
||||
}
|
||||
Uri url = _buildUri('api.php', data);
|
||||
print(data);
|
||||
|
||||
var res = await http.get(url, headers: headers);
|
||||
if (res.statusCode != 200) {
|
||||
|
|
Loading…
Reference in a new issue