From 8f1789101c531e9620c0e6b53bcdf5b29e1a965a Mon Sep 17 00:00:00 2001 From: zman Date: Sun, 20 Apr 2025 19:33:56 -0400 Subject: [PATCH] j --- app/services/pricing.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/services/pricing.py b/app/services/pricing.py index ce575d6..326ce17 100644 --- a/app/services/pricing.py +++ b/app/services/pricing.py @@ -232,19 +232,6 @@ class PricingService: # Convert back to float for dataframe row['new_price'] = float(new_price) - logger.debug(f""" - card: {row['product_name']} - TCGplayer Id: {row['tcgplayer_id']} - Algorithm: {ACTIVE_PRICING_ALGORITHIM} - TCG Low: {tcg_low} - TCG Low Shipping: {tcg_low_shipping} - TCG Market Price: {tcg_market_price} - Total Quantity: {total_quantity} - Added Quantity: {added_quantity} - Quantity: {quantity} - TCG Compare Price: {tcg_compare_price} - New Price: {new_price} - """) return row