Remove incorrect print

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2025-02-23 12:45:24 -08:00
parent 0b33d03b73
commit fb46142e9d

View File

@ -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."