Skip to content

Commit e02ee49

Browse files
committed
Update xyswap.py
- remove print functions lol
1 parent d14187a commit e02ee49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/xyswap.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ def swap(
9494
try:
9595
quote = self.get_quote(from_token, to_token, amount_wei, slippage)
9696

97-
print(quote)
98-
9997
swap_provider = quote["routes"][0]["srcSwapDescription"]["provider"]
10098

10199
transaction_data = self.build_transaction(
@@ -106,8 +104,6 @@ def swap(
106104
swap_provider
107105
)
108106

109-
print(transaction_data)
110-
111107
if from_token != "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE":
112108
self.approve(amount_wei, from_token, XYSWAP_CONTRACT["router"])
113109

0 commit comments

Comments
 (0)