From da061da2c792fe22ff4ef2204718a3b4d3c9348a Mon Sep 17 00:00:00 2001 From: Michael Curran Date: Thu, 14 Mar 2013 09:20:49 +1000 Subject: [PATCH] Remove debugging print statements --- source/NVDAObjects/window/winword.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/NVDAObjects/window/winword.py b/source/NVDAObjects/window/winword.py index 6c98834fa..18bc14b5b 100755 --- a/source/NVDAObjects/window/winword.py +++ b/source/NVDAObjects/window/winword.py @@ -229,7 +229,6 @@ class WordDocumentTextInfo(textInfos.TextInfo): return field def _normalizeFormatField(self,field): - print field color=field.pop('color',None) if color is not None: field['color']=colors.RGB.fromCOLORREF(int(color)) @@ -246,7 +245,6 @@ class WordDocumentTextInfo(textInfos.TextInfo): """ gets a normalized locale from a lcid """ - print lcid lang = locale.windows_locale[lcid] if lang: return languageHandler.normalizeLanguage(lang) -- 2.11.0