Skip to content

Commit

Permalink
Merge pull request fhir-crucible#129 from fhir-crucible/remove-bad-warn
Browse files Browse the repository at this point in the history
Remove warn that is bad.
  • Loading branch information
arscan committed Feb 26, 2020
2 parents be84108 + 75553c7 commit 57cce51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/fhir_client/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def parse_reply(klass, format, response)
end
end
res.client = self unless res.nil?
FHIR.logger.warn "Expected #{klass} but got #{res.class}" if res.class != klass
rescue => e
FHIR.logger.error "Failed to parse #{format} as resource #{klass}: #{e.message}"
res = nil
Expand Down
2 changes: 1 addition & 1 deletion lib/fhir_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FHIR
class Client
VERSION = '4.0.3'
VERSION = '4.0.4'
end
end

0 comments on commit 57cce51

Please sign in to comment.