We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6978f91 commit 3b9bf1aCopy full SHA for 3b9bf1a
app/services/csv/csv_parser.rb
@@ -72,7 +72,6 @@ def convert_value(header, value)
72
get_id_by_value(@association_config[header][:parent], @association_config[header][:search_column_name], v).to_i
73
}
74
else
75
- @logger.debug(self.class.name) { "qwerty" }
76
get_id_by_value(@association_config[header][:parent], @association_config[header][:search_column_name], value)
77
end
78
0 commit comments