1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

font-patcher: Remove debug output

[why]
Comes from a23e33ca87, should not have been included in commit.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-02-23 11:53:12 +01:00
parent 7f1b120fca
commit 0c43738914

View File

@ -449,7 +449,6 @@ class font_patcher:
def setup_font_names(self, font):
print(font.persistent)
font.fontname = font.persistent["fontname"]
if isinstance(font.persistent["fullname"], str):
font.fullname = font.persistent["fullname"]