remove unuse variable and comment
This commit is contained in:
parent
5156701094
commit
63156c7a95
|
@ -102,12 +102,6 @@ class Panel::Survey::BackEnd::SurveysController < OrbitBackendController
|
|||
end
|
||||
|
||||
@start_row = 2
|
||||
@header = @spreadsheet.row(1)
|
||||
|
||||
# (2..@spreadsheet.last_row).each do |i|
|
||||
# parse each row here
|
||||
# end
|
||||
|
||||
@survey.survey_answers.destroy
|
||||
@survey_questions.each_with_index do |question,index|
|
||||
case question.type
|
||||
|
|
Loading…
Reference in New Issue