remove unuse variable and comment

This commit is contained in:
thomaschen 2013-10-21 17:40:06 +08:00 committed by Manson Wang
parent 2ceb0167a5
commit e91386b393
1 changed files with 0 additions and 6 deletions

View File

@ -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