Skip to content

Commit

Permalink
Merge pull request quantopian#55 from rdhyee/remove-print
Browse files Browse the repository at this point in the history
remove print statement on selection_change event
  • Loading branch information
Scott Sanderson committed Feb 15, 2016
2 parents 335d4ce + 0180596 commit 9f9c5e0
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 9f9c5e0

Please sign in to comment.