Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Becker committed Oct 15, 2024
1 parent 1339c7a commit d09f3d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ function Entry(id, fields)
title = get_delete!(fields, "title")
type = get_delete!(fields, "_type")
return Entry(
# access, authors, booktitle, date, editors, eprint, id, in_, fields, title, type
access, authors, booktitle, date, editors, eprint, id, in_, fields, note, title, type
)
end
Expand Down

0 comments on commit d09f3d8

Please sign in to comment.