Skip to content

Commit

Permalink
fix: remove system out
Browse files Browse the repository at this point in the history
  • Loading branch information
izyak committed Apr 23, 2024
1 parent 328aecd commit 22d90c9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,6 @@ public void transferBatch(String[] _coinNames, BigInteger[] _values, String _to)
checkTokenLimit(coinName, value);
}

System.out.println("yaha aayo?");

transferFromBatch(owner, Context.getAddress(), _coinNames, _values);

sendRequest(owner, to, coinNameList, values);
Expand Down

0 comments on commit 22d90c9

Please sign in to comment.