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:
parent
7f1b120fca
commit
0c43738914
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user