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