Remove debugging statement from line 468

This commit is contained in:
Omar 2026-05-28 16:25:41 +03:00
parent 7c3057e38c
commit 77bb7aa161

View file

@ -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 <STORE>.myshopify.com/products.json URL of the Shopify store in case the normal /products.json is blocked.