Skip to content

Commit

Permalink
get rid of problematic logger entry from test perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Aug 21, 2024
1 parent 632a652 commit 243d344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/lib/agama/software/product_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def initialize_product(id, data, attrs)
product.name = data[:name]
product.version = data[:version]
product.icon = attrs["icon"] if attrs.key?("icon") && !attrs["icon"].nil?
@logger.info(product.name + " uses icon " + product.icon)
end
end

Expand Down

0 comments on commit 243d344

Please sign in to comment.