Update journal_paper.rb

remove puts
This commit is contained in:
chiu 2019-11-05 22:53:17 +08:00
parent 0a179503d6
commit 4a64893c59
1 changed files with 0 additions and 1 deletions

View File

@ -219,7 +219,6 @@ class JournalPaper
value = self.url.to_s.blank? ? "" : "<a href='#{self.url}'>#{self.url}</a>"
when "authors"
value = get_authors_show(self)
puts ['author_here',value]
else
value = self.send(field) rescue ""
end