mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Remove debug statement
This commit is contained in:
parent
232899e0c4
commit
d3e9803fd4
@ -84,8 +84,6 @@ class InvenTreeModelSerializer(serializers.ModelSerializer):
|
||||
|
||||
initials = super().get_initial()
|
||||
|
||||
print("initials:", initials)
|
||||
|
||||
# Are we creating a new instance?
|
||||
if self.instance is None:
|
||||
ModelClass = self.Meta.model
|
||||
|
Loading…
x
Reference in New Issue
Block a user