diff --git a/src/orca/speech.py b/src/orca/speech.py index febc601..248e580 100644 --- a/src/orca/speech.py +++ b/src/orca/speech.py @@ -316,7 +316,7 @@ def updatePunctuationLevel(script=None, inputEvent=None): """ Punctuation level changed, inform this speechServer. """ if _speechserver: - _speechserver.updatePunctuationLevel() + debug.println(debug.LEVEL_INFO, "updatePunctuationLevel() is disabled") return True