Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removed annoying debug print statement.

This commit is contained in:
Einar Ryeng 2009-08-22 19:50:00 +00:00
parent 58e7f6422b
commit e28b66a294
1 changed files with 0 additions and 1 deletions

View File

@ -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':