Skip to content

Commit

Permalink
rm orphaned sim check code block #61
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jun 24, 2019
1 parent 04cb974 commit 5773922
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ def post(self, request, session):

ret_data = 'simulation successful'

# # check if there are resuls for current scenario
# # (trigger: open results panel)
# elif action == 'check_results':
# if session.simulation.results is None:
# ret_data = 'none'
# else:
# ret_data = json.dumps({'results': 'found'})

return HttpResponse(ret_data)


Expand Down

0 comments on commit 5773922

Please sign in to comment.