From e28b66a294c13364a17730e857752e6d228a8cef Mon Sep 17 00:00:00 2001 From: einarr Date: Sat, 22 Aug 2009 19:50:00 +0000 Subject: [PATCH] Removed annoying debug print statement. --- laydi/plots.py | 1 - 1 file changed, 1 deletion(-) 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':