remove debugger

This commit is contained in:
EricTYL 2020-02-10 17:34:28 +08:00
parent 66ca7c0068
commit 3e0fad3c22
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class Admin::ActivitiesController < OrbitMemberController
def import_from_excel
workbook = RubyXL::Parser.parse(params["import_file"].tempfile)
sheet = workbook[0]
byebug
if sheet.count <= 503
sheet.each_with_index do |row, i|
next if i < 3