mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 05:21:55 -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):
|
def clean(self):
|
||||||
super().clean()
|
super().clean()
|
||||||
|
|
||||||
# validate max distance in meters based on model
|
|
||||||
# breakpoint()
|
|
||||||
distance = self.cleaned_data.get('distance', None)
|
distance = self.cleaned_data.get('distance', None)
|
||||||
unit = self.cleaned_data.get('distance_unit', None)
|
unit = self.cleaned_data.get('distance_unit', None)
|
||||||
if distance and unit:
|
if distance and unit:
|
||||||
|
Loading…
Reference in New Issue
Block a user