mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 21:16:27 -06:00
Remove unnecessary comments
This commit is contained in:
parent
82c574cc51
commit
4f0874cc3a
@ -52,8 +52,6 @@ class DistanceValidationMixin(forms.Form):
|
||||
def clean(self):
|
||||
super().clean()
|
||||
|
||||
# validate max distance in meters based on model
|
||||
# breakpoint()
|
||||
distance = self.cleaned_data.get('distance', None)
|
||||
unit = self.cleaned_data.get('distance_unit', None)
|
||||
if distance and unit:
|
||||
|
Loading…
Reference in New Issue
Block a user