Skip to content

Commit

Permalink
Remove some commented lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrakohorst committed Nov 17, 2017
1 parent 3a757e6 commit 9c3e6fb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fixes/update_publication.fix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ if exists(author)
do identity()
copy_field(loop.id,loop.tmp)
lookup_in_store(loop.tmp, search, bag:user)
# move_field(loop.tmp.full_name, loop.full_name)
# move_field(loop.tmp.first_name, loop.first_name)
# move_field(loop.tmp.last_name, loop.last_name)
move_field(loop.tmp.orcid, loop.orcid)
remove_field(loop.tmp)
end
Expand All @@ -31,9 +28,6 @@ if exists(editor)
do identity()
copy_field(loop.id,loop.tmp)
lookup_in_store(loop.tmp, search, bag:user)
# move_field(loop.tmp.full_name, loop.full_name)
# move_field(loop.tmp.first_name, loop.first_name)
# move_field(loop.tmp.last_name, loop.last_name)
move_field(loop.tmp.orcid, loop.orcid)
remove_field(loop.tmp)
end
Expand All @@ -45,9 +39,6 @@ if exists(translator)
do identity()
copy_field(loop.id,loop.tmp)
lookup_in_store(loop.tmp, search, bag:user)
# move_field(loop.tmp.full_name, loop.full_name)
# move_field(loop.tmp.first_name, loop.first_name)
# move_field(loop.tmp.last_name, loop.last_name)
move_field(loop.tmp.orcid, loop.orcid)
remove_field(loop.tmp)
end
Expand Down

0 comments on commit 9c3e6fb

Please sign in to comment.