Skip to content

Commit

Permalink
Comment response
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjose-dev committed Jul 6, 2022
1 parent 33e39b4 commit e87d9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/rpc_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class RpcClient {
body: json.encode(requestPayload),
);

print(json.encode(requestPayload));
print(response.body);
//print(json.encode(requestPayload));
//print(response.body);

final data = json.decode(response.body) as Map<String, dynamic>;

Expand Down

0 comments on commit e87d9cc

Please sign in to comment.