Browse Source

Remove some useless comments

neodarz 7 years ago
parent
commit
b27c409cde
1 changed files with 0 additions and 3 deletions
  1. 0 3
      wifiwithme/apps/contribmap/models.py

+ 0 - 3
wifiwithme/apps/contribmap/models.py

@@ -25,9 +25,6 @@ class Contrib(models.Model):
         ), default=None)
     latitude = models.FloatField()
     longitude = models.FloatField()
-    #phone = models.CharField(
-    #    'Téléphone',
-    #    max_length=10, blank=True, default='')
     phone = PhoneNumberField()
     email = models.EmailField(blank=True)
     access_type = models.CharField(