mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 08:37:11 -05:00
remove debug statement
This commit is contained in:
parent
3fa597ed1a
commit
166c6f4b3c
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ class AnkiWebView(QWebEngineView):
|
||||||
fontspec = ""
|
fontspec = ""
|
||||||
else:
|
else:
|
||||||
family = self.font().family()
|
family = self.font().family()
|
||||||
print("family", family)
|
|
||||||
fontspec = 'font-size:14px;font-family:%s;font-weight:medium;'%\
|
fontspec = 'font-size:14px;font-family:%s;font-weight:medium;'%\
|
||||||
family
|
family
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue