diff --git a/core/clients/platform.py b/core/clients/platform.py index 4faeec0..61e174e 100644 --- a/core/clients/platform.py +++ b/core/clients/platform.py @@ -862,17 +862,6 @@ class LocalPlatformClient(ABC): Store details in Redis, generate a reference and optionally let the customer know the reference. """ - print( - "NEW TRADE", - asset, - trade_id, - buyer, - currency, - amount, - amount_crypto, - provider, - ad_id, - ) reference = "".join(choices(ascii_uppercase, k=5)) reference = f"AGR-{reference}" existing_ref = await db.r.get(f"trade.{trade_id}.reference")