silence print

This commit is contained in:
sneurlax 2024-08-08 14:55:53 -05:00
parent 2145334152
commit 2907f7d962

View file

@ -150,7 +150,7 @@ Future<MoneroNodeConnectionResponse> testMoneroNodeConnection(
final response = await request.close();
final result = await response.transform(utf8.decoder).join();
print("HTTP Response: $result");
// print("HTTP Response: $result");
final success =
result.contains('"result":') && !result.contains('"error"');