Remove debugging code
This commit is contained in:
parent
4a00cbc3ef
commit
b76f28a0ec
|
@ -449,7 +449,6 @@ class Transactions(util.Base):
|
|||
matching_trades = []
|
||||
for reference in refs:
|
||||
ref_data = self.get_ref(reference)
|
||||
print("REF DATA", ref_data)
|
||||
tx_platform = ref_data["subclass"]
|
||||
tx_username = ref_data["buyer"]
|
||||
trade_id = ref_data["id"]
|
||||
|
|
Loading…
Reference in New Issue