Skip to content

Commit

Permalink
Remove system out
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Jan 30, 2025
1 parent c65cdad commit b3ceaf6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public boolean isUsedAddress(String address) throws ApiException {
try {
Response<List<AddressTransactionContent>> response = call.execute();
var txList = processResponse(response);
System.out.println(txList);
if (txList.isSuccessful() && txList.getValue().size() > 0)
return true;
else
Expand Down

0 comments on commit b3ceaf6

Please sign in to comment.