Skip to content

Commit 881e628

Browse files
committed
comment out some log messages used for debugging
1 parent fbf8bec commit 881e628

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def getLanguageToUse(mathMl: str) -> str:
9191
except Exception as e:
9292
log.error(e)
9393

94+
# log.info(f"getLanguageToUse: {mathCATLanguageSetting}")
9495
if mathCATLanguageSetting != "Auto":
9596
return mathCATLanguageSetting
9697

addon/globalPlugins/MathCAT/MathCATPreferences.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ def GetSpeechStyles(self, this_SpeechStyle: str):
322322
self.m_choiceSpeechStyle.Clear()
323323
# get the currently selected language code
324324
this_language_code = UserInterface.GetLanguageCode(self)
325-
# log.info(f"\nthis lang={this_language_code}, getCurrentLanguage = {getCurrentLanguage()}")
326325

327326
if this_language_code == "Auto":
328327
# list the speech styles for the current voice rather than have none listed

0 commit comments

Comments
 (0)