summaryrefslogtreecommitdiff
path: root/ldtpd/table.py
diff options
context:
space:
mode:
Diffstat (limited to 'ldtpd/table.py')
-rw-r--r--ldtpd/table.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ldtpd/table.py b/ldtpd/table.py
index f01ea9d..4b658aa 100644
--- a/ldtpd/table.py
+++ b/ldtpd/table.py
@@ -227,9 +227,7 @@ class Table(Utils):
@rtype: integer
"""
obj = self._get_object(window_name, object_name)
-
cell = self._get_accessible_at_row_column(obj, row_index, column)
- print cell
name = None
if cell.childCount > 0:
flag = False