aboutsummaryrefslogtreecommitdiff
path: root/operationscore/Behavior.py
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-12-01 19:46:14 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-12-01 19:46:14 -0500
commit0366f46d3d7e946e254f933888aea4beb4e70658 (patch)
tree81e69d857c41d9ff6ab0ee49315c26cd6112f3a9 /operationscore/Behavior.py
parentcf1f2224b3625b01a6aa7db221403849b308b3bc (diff)
Added support for RecursiveHooks, RecursiveBehaviors and GaussianMapper
supporting Gaussian based pixel mapping.
Diffstat (limited to 'operationscore/Behavior.py')
-rw-r--r--operationscore/Behavior.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/operationscore/Behavior.py b/operationscore/Behavior.py
index 8db2d88..e300f6b 100644
--- a/operationscore/Behavior.py
+++ b/operationscore/Behavior.py
@@ -37,7 +37,6 @@ class Behavior(SmootCoreObject):
except:
return (self.processResponse(sensorInputs, recursiveInputs),[])
def addInputs(self, sensorInputs):
- print sensorInputs
if type(sensorInputs) == type([]):
[self.addInput(sensorInput) for sensorInput in sensorInputs]
else: