From f45b5e262c394cf00ef88f7fca1eab1b4de0fec9 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Thu, 20 Jan 2011 14:57:43 -0500 Subject: Rewrite of Behavior parent class to suck less. Lots of bug fixes. Added 'RestrictLocation' which allows events to fire based on their location. --- pixelmappers/SimpleMapper.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pixelmappers') diff --git a/pixelmappers/SimpleMapper.py b/pixelmappers/SimpleMapper.py index 396eca3..19d44c4 100644 --- a/pixelmappers/SimpleMapper.py +++ b/pixelmappers/SimpleMapper.py @@ -35,7 +35,6 @@ class SimpleMapper(PixelMapper): if pixelValid: ret.append((pixel, 1)) except Exception as exp: - pdb.set_trace() raise Exception('Bad event condition') return ret -- cgit v1.2.3