aboutsummaryrefslogtreecommitdiff
path: root/behaviors
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors')
-rw-r--r--behaviors/AllPixelsLeft.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/behaviors/AllPixelsLeft.py b/behaviors/AllPixelsLeft.py
index 7f731e9..0c66f2f 100644
--- a/behaviors/AllPixelsLeft.py
+++ b/behaviors/AllPixelsLeft.py
@@ -6,6 +6,5 @@ class AllPixelsLeft(Behavior):
for sensory in sensorInputs:
xLoc = sensory['Location'][0]
if type(xLoc) == type(tuple()):
- pdb.set_trace()
sensory['Location'] = '[{x}<' + str(xLoc) + ']'
return (sensorInputs, recursiveInputs)