Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Jun 29, 2015
1 parent 2d73d08 commit cd5213c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions refinery/data_set_manager/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ class DataSetImportView(View):
success_view_name = 'data_set'
isa_tab_cookie_name = 'isa_tab_url'

# def get(self, request, *args, **kwargs):
# return render(request, self.template_name)

def get(self, request, *args, **kwargs):
form = ImportISATabFileForm()
context = RequestContext(request, {'form': form})
Expand Down

0 comments on commit cd5213c

Please sign in to comment.