mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-25 02:41:15 +01:00
refactor: remove debug print
This commit is contained in:
@@ -183,8 +183,6 @@ class DynamicModelMultipleChoiceField(forms.ModelMultipleChoiceField):
|
||||
if not value:
|
||||
return []
|
||||
|
||||
print(value)
|
||||
|
||||
string_values = set(str(v) for v in value)
|
||||
existing_objects = list(
|
||||
self.queryset.filter(**{f"{self.create_field}__in": string_values})
|
||||
|
||||
Reference in New Issue
Block a user