remove debug statement
This commit is contained in:
parent
3fa597ed1a
commit
166c6f4b3c
@ -146,7 +146,6 @@ class AnkiWebView(QWebEngineView):
|
||||
fontspec = ""
|
||||
else:
|
||||
family = self.font().family()
|
||||
print("family", family)
|
||||
fontspec = 'font-size:14px;font-family:%s;font-weight:medium;'%\
|
||||
family
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user