Removed annoying debug print statement.
This commit is contained in:
parent
58e7f6422b
commit
e28b66a294
|
@ -101,7 +101,6 @@ class Plot(view.View):
|
|||
control : intersection
|
||||
|
||||
"""
|
||||
print "Inside update selection, key: %s" %key
|
||||
if key == 'shift':
|
||||
ids = set(ids).union(self._current_selection[self.current_dim])
|
||||
elif key == 'control':
|
||||
|
|
Reference in New Issue