aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
Diffstat (limited to 'LightInstallation.py')
-rwxr-xr-xLightInstallation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index 91be752..19d6c54 100755
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -181,7 +181,6 @@ class LightInstallation(object):
def processResponse(self,inputDict, responseDict):
inputId = inputDict['Id']
- #coming from.
boundBehaviorIds = self.inputBehaviorRegistry[inputId]
try:
[compReg.getComponent(b).addInput(responseDict) for b in boundBehaviorIds]