diff --git a/whats-open/api/models.py b/whats-open/api/models.py index a7a2f5fd72aa7f2908b7fb04e0167ebcda8df9ae..31d1749a94022ac6a913c71d4d33f0499ed72a65 100644 --- a/whats-open/api/models.py +++ b/whats-open/api/models.py @@ -56,7 +56,6 @@ class Location(TimeStampedModel): CAMPUS_LOCATIONS = ( # (set in model, human readable version) ("prince william", "Prince William County Science and Technology"), - ("korea", "Mason Korea"), ("fairfax", "Fairfax"), ("arlington", "Arlington") )