From fb46142e9d4ff6cabcb1168d0ca6c9e31aa27729 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 23 Feb 2025 12:45:24 -0800 Subject: [PATCH] Remove incorrect print Signed-off-by: Danila Fedorin --- chatgpt-subset-feather-icon.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/chatgpt-subset-feather-icon.rb b/chatgpt-subset-feather-icon.rb index 29e857b..6391d6d 100644 --- a/chatgpt-subset-feather-icon.rb +++ b/chatgpt-subset-feather-icon.rb @@ -47,5 +47,3 @@ end File.open(svgpath, "w:UTF-8") do |f| f.write(new_svg.to_xml) end - -puts "Generated custom-sprite.svg with only the required icons."