Skip to content

Commit b82ff48

Browse files
committed
[qa] Remove commented code
Signed-off-by: DragnEmperor <[email protected]>
1 parent 1c299ba commit b82ff48

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

openwisp_controller/config/base/whois.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ class AbstractWHOISInfo(TimeStampedEditableModel):
5252
blank=True,
5353
help_text=_("CIDR"),
5454
)
55-
# latitude = models.FloatField(
56-
# null=True,
57-
# blank=True,
58-
# help_text=_("Latitude"),
59-
# validators=[MinValueValidator(-90.0), MaxValueValidator(90.0)],
60-
# )
61-
# longitude = models.FloatField(
62-
# null=True,
63-
# blank=True,
64-
# help_text=_("Longitude"),
65-
# validators=[MinValueValidator(-180.0), MaxValueValidator(180.0)],
66-
# )
6755
coordinates = PointField(
6856
null=True,
6957
blank=True,

0 commit comments

Comments
 (0)