From 243d344e8ff06cbefca427f7909acbe6e7eb17d5 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Wed, 21 Aug 2024 22:06:50 +0200 Subject: [PATCH] get rid of problematic logger entry from test perspective --- service/lib/agama/software/product_builder.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/service/lib/agama/software/product_builder.rb b/service/lib/agama/software/product_builder.rb index ba3e26f5de..bf3103ba1e 100644 --- a/service/lib/agama/software/product_builder.rb +++ b/service/lib/agama/software/product_builder.rb @@ -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