mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-10 18:39:36 -06:00
Style: removed comment
This commit is contained in:
parent
544c97d923
commit
cf16a29ad3
@ -100,7 +100,6 @@ class DataSourceForm(NetBoxModelForm):
|
||||
object_status = self.instance.status
|
||||
|
||||
# # Final override only if the user explicitly provided a status
|
||||
# user_status = self.cleaned_data.get("status")
|
||||
self.instance.status = object_status
|
||||
|
||||
return super().save(*args, **kwargs)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user