mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
Remove byebug entry [SCI-4220]
This commit is contained in:
parent
632b54cb98
commit
f97577ec12
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class RepositoryChecklistValue < ApplicationRecord
|
|||
def self.import_from_text(text, attributes)
|
||||
value = new(attributes)
|
||||
column = value.repository_cell.repository_column
|
||||
byebug
|
||||
text.split("\n").each do |item_text|
|
||||
checklist_item = column.repository_checklist_items.find_by(data: item_text)
|
||||
|
||||
|
|
Loading…
Reference in a new issue