Skip to content

Commit 3b9bf1a

Browse files
committed
無駄なデバッグログを削除。
1 parent 6978f91 commit 3b9bf1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/services/csv/csv_parser.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def convert_value(header, value)
7272
get_id_by_value(@association_config[header][:parent], @association_config[header][:search_column_name], v).to_i
7373
}
7474
else
75-
@logger.debug(self.class.name) { "qwerty" }
7675
get_id_by_value(@association_config[header][:parent], @association_config[header][:search_column_name], value)
7776
end
7877
else

0 commit comments

Comments
 (0)