diff --git a/main.py b/main.py index fd582a1..a1745f0 100644 --- a/main.py +++ b/main.py @@ -465,7 +465,6 @@ async def get_scrape_url(store_url: str, session: AsyncSession) -> str: if not products_endpoint: try: - print(base_url + "/" if base_url[-1] != "/" else "") res = await session.get(base_url + "/" if base_url[-1] != "/" else "") # Use regex to find the .myshopify.com/products.json URL of the Shopify store in case the normal /products.json is blocked.