Skip to content

Commit

Permalink
Removes cruft, re #4357
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jan 11, 2019
1 parent 1ab4dbe commit 16323a8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions arches/app/views/mobile_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@ def get_survey_resources(mobile_survey):
class MobileSurveyManagerView(BaseManagerView):

def get(self, request):

def get_last_login(date):
result = _("Not yet logged in")
try:
if date is not None:
result = datetime.strftime(date, '%Y-%m-%d %H:%M')
except TypeError as e:
print e
return result

mobile_survey_models = models.MobileSurveyModel.objects.order_by('name')
mobile_surveys = []
serializer = JSONSerializer()
Expand Down

0 comments on commit 16323a8

Please sign in to comment.