Skip to content

Commit

Permalink
remove another puts
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Feb 10, 2025
1 parent a55decd commit b847f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/seek/rdf/rdf_repository_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def related_items_from_sparql
items << klass.find(id)
end
rescue ActionController::RoutingError => e
puts e.message
Rails.logger.info('Error determining route, probably not a resource', e)
end
end
Expand Down

0 comments on commit b847f06

Please sign in to comment.