[orca] What the heck? I swore I took out those print statements.



commit 871fe97f8f8903877f49d66ce5b722a8c6eeab87
Author: Willie Walker <william walker sun com>
Date:   Thu Jun 11 16:42:51 2009 -0400

    What the heck? I swore I took out those print statements.

 .../scripts/toolkits/J2SE-access-bridge/script.py  |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/J2SE-access-bridge/script.py b/src/orca/scripts/toolkits/J2SE-access-bridge/script.py
index 59d6c21..dac1e30 100644
--- a/src/orca/scripts/toolkits/J2SE-access-bridge/script.py
+++ b/src/orca/scripts/toolkits/J2SE-access-bridge/script.py
@@ -220,14 +220,11 @@ class Script(default.Script):
                                        pyatspi.ROLE_TREE]) \
             and event.source.getState().contains(pyatspi.STATE_FOCUSED):
             newFocus = event.source
-            print "MONKEY", event.source.childCount
             if event.source.childCount:
                 selection = event.source.querySelection()
-                print "MONKEY2", selection.nSelectedChildren
                 if selection.nSelectedChildren > 0:
                     newFocus = selection.getSelectedChild(0)
             orca.setLocusOfFocus(event, newFocus)
-            print "FAH", newFocus
         else:
             default.Script.onSelectionChanged(self, event)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]