cleanup
This commit is contained in:
@@ -245,7 +245,6 @@ def product_loader(csv_reader, user, company=None):
|
||||
counter += 1
|
||||
except Exception as e:
|
||||
logging.error(f"Could not parse {counter}: {str(e)}")
|
||||
import ipdb; ipdb.set_trace()
|
||||
|
||||
history.quantity = counter
|
||||
history.save()
|
||||
|
||||
Reference in New Issue
Block a user