refactor: remove redundant data logging in conflict handling for stock updates
This commit is contained in:
		@@ -85,7 +85,7 @@ class WildberriesMarketplaceApi(BaseMarketplaceApi):
 | 
				
			|||||||
                        response_data = await response.json()
 | 
					                        response_data = await response.json()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        logging.warning(
 | 
					                        logging.warning(
 | 
				
			||||||
                            f'Conflict occurred when sending stocks to [{self.marketplace.id}]: {data}')
 | 
					                            f'Conflict occurred when sending stocks to [{self.marketplace.id}]')
 | 
				
			||||||
                        await asyncio.sleep(1)
 | 
					                        await asyncio.sleep(1)
 | 
				
			||||||
                        chunk = self._filter_chunk_with_conflict(chunk, response_data)
 | 
					                        chunk = self._filter_chunk_with_conflict(chunk, response_data)
 | 
				
			||||||
                        continue
 | 
					                        continue
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user