Remove debugging code

master
Mark Veidemanis 2 years ago
parent 4a00cbc3ef
commit b76f28a0ec
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -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…
Cancel
Save