remove debugger
This commit is contained in:
parent
66ca7c0068
commit
3e0fad3c22
|
@ -86,7 +86,6 @@ class Admin::ActivitiesController < OrbitMemberController
|
||||||
def import_from_excel
|
def import_from_excel
|
||||||
workbook = RubyXL::Parser.parse(params["import_file"].tempfile)
|
workbook = RubyXL::Parser.parse(params["import_file"].tempfile)
|
||||||
sheet = workbook[0]
|
sheet = workbook[0]
|
||||||
byebug
|
|
||||||
if sheet.count <= 503
|
if sheet.count <= 503
|
||||||
sheet.each_with_index do |row, i|
|
sheet.each_with_index do |row, i|
|
||||||
next if i < 3
|
next if i < 3
|
||||||
|
|
Loading…
Reference in New Issue