Skip to content

Commit c41be03

Browse files
committed
refactor: 不要なコメントを削除
1 parent 79d486d commit c41be03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/import_news.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace :news do
3232
new_count += 1 if is_new
3333
updated_count += 1 unless is_new
3434

35-
logger.info "[News] #{news.published_at.to_date} #{news.title} (#{status})" # ← puts から logger.info に変更
35+
logger.info "[News] #{news.published_at.to_date} #{news.title} (#{status})"
3636
end
3737
end
3838

0 commit comments

Comments
 (0)