Skip to content

Commit

Permalink
remove obsolete puts statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 28, 2019
1 parent 5e488f0 commit cb5eba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/jobs/orcid_auto_update_by_id_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def perform(id, options={})
if [200, 201].include?(response.status)
logger.info "ORCID #{orcid} added."
else
puts response.body["errors"].inspect
logger.warn "[Error for ORCID #{orcid}]: " + response.body["errors"].inspect
end
end
Expand Down
1 change: 0 additions & 1 deletion spec/concerns/crosscitable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@
it "from datacite url" do
string = "10.14454/1x4x-9056"
meta = subject.parse_xml(string)
puts meta
expect(meta["from"]).to eq("datacite")
expect(meta["doi"]).to eq("10.14454/1x4x-9056")
expect(meta["creators"].length).to eq(1)
Expand Down

0 comments on commit cb5eba8

Please sign in to comment.