From 3e0fad3c227b6e7c8796307bd687e750d7dce3db Mon Sep 17 00:00:00 2001 From: Eric Tsai Date: Mon, 10 Feb 2020 17:34:28 +0800 Subject: [PATCH] remove debugger --- app/controllers/admin/activities_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/admin/activities_controller.rb b/app/controllers/admin/activities_controller.rb index dd502f4..bbe9040 100644 --- a/app/controllers/admin/activities_controller.rb +++ b/app/controllers/admin/activities_controller.rb @@ -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