mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04: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 = ""
|
||||
else:
|
||||
family = self.font().family()
|
||||
print("family", family)
|
||||
fontspec = 'font-size:14px;font-family:%s;font-weight:medium;'%\
|
||||
family
|
||||
|
||||
|
|
Loading…
Reference in a new issue