Skip to content

Commit

Permalink
remove print statement on selection_change event
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhyee committed Jan 18, 2016
1 parent 7a3a5e6 commit 0180596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qgrid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def _handle_qgrid_msg(self, widget, content, buffers=None):

elif content['type'] == 'selection_change':
self._selected_rows = content['rows']
print(self._selected_rows)

def get_selected_rows(self):
"""Get the currently selected rows"""
Expand Down

0 comments on commit 0180596

Please sign in to comment.