Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mltony committed Dec 3, 2024
1 parent 380c192 commit 14f4b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions addon/globalPlugins/googleDocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from logHandler import log
import gui

debug = True
debug = False
if debug:
f = open("C:\\Users\\tony\\1.txt", "w", encoding='utf-8')
def mylog(s):
Expand Down Expand Up @@ -72,7 +72,6 @@ def onPostFocusOrURLChange():
and focus.parent.role == Role.DOCUMENT
)
if isInGoogleDocsMainEditor:
#tones.beep(1000, 50)
pass

def onPostNvdaStartup():
Expand All @@ -95,8 +94,6 @@ def onPostNvdaStartup():
global initSuccess
initSuccess = True



core.postNvdaStartup.register(onPostNvdaStartup)


Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Accessibility enhancements for Google Docs."""),
# version
"addon_version": "1.4",
"addon_version": "1.4.1",
# Author(s)
"addon_author": "Tony Malykh <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 14f4b05

Please sign in to comment.