From b09a41f0891c041ad4fcecca59d03f52fe9ee9e8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Sat, 25 Dec 2010 16:32:29 -0500 Subject: some testcode that should be in the testing branch, but w/e. A method to composite to xml trees, and a unit test to test it. --- behaviors/AllPixelsLeft.py | 1 - 1 file changed, 1 deletion(-) (limited to 'behaviors') 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) -- cgit v1.2.3