Skip to content

Commit

Permalink
#1: Removed old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Feb 4, 2019
1 parent 4b97b52 commit 8a15d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geospaas/viewer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Search(geomodels.Model):
platform = models.ManyToManyField(Platform, blank=True)
instrument = models.ManyToManyField(Instrument, blank=True)
parameter = models.ManyToManyField(Parameter, blank=True)
#collocate_with = models.ManyToManyField(CatalogSource, blank=True)

# GeoDjango-specific: a geometry field (PolygonField), and
# overriding the default manager with a GeoManager instance.
Expand Down

0 comments on commit 8a15d6c

Please sign in to comment.