diff --git a/laydi/plots.py b/laydi/plots.py index 4150e8c..8789d82 100644 --- a/laydi/plots.py +++ b/laydi/plots.py @@ -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':