[pyatspi2] Remove debugging output
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Remove debugging output
- Date: Mon, 2 Aug 2010 23:51:02 +0000 (UTC)
commit 525f9a3bbaa9e1d416d296f6c34da2ceac257cdb
Author: Mike Gorse <mgorse novell com>
Date: Mon Aug 2 19:52:03 2010 -0400
Remove debugging output
pyatspi/selection.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pyatspi/selection.py b/pyatspi/selection.py
index b52d962..824410e 100644
--- a/pyatspi/selection.py
+++ b/pyatspi/selection.py
@@ -119,11 +119,8 @@ class Selection(Accessible):
be selected.
@return True if the child was successfully selected, False otherwise.
"""
- print "calling selectChild"
func = self.get_dbus_method("SelectChild", dbus_interface=ATSPI_SELECTION)
- print "calling"
val = func(index)
- print "called"
return val
def get_nSelectedChildren(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]