mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Removed byebug calls. [SCI-1383]
This commit is contained in:
parent
47407ef40c
commit
d907819de5
1 changed files with 1 additions and 2 deletions
|
@ -245,7 +245,7 @@ class RepositoriesController < ApplicationController
|
|||
|
||||
def to_csv(rows, column_ids)
|
||||
require 'csv'
|
||||
byebug
|
||||
|
||||
# Parse column names
|
||||
csv_header = []
|
||||
column_ids.each do |c_id|
|
||||
|
@ -265,7 +265,6 @@ byebug
|
|||
end
|
||||
|
||||
CSV.generate do |csv|
|
||||
byebug
|
||||
csv << csv_header
|
||||
rows.each do |row|
|
||||
csv_row = []
|
||||
|
|
Loading…
Reference in a new issue