From 8ef906efd8f1c1c438b487e16ceaa136424dd99d Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 22 Dec 2010 15:32:35 -0500 Subject: A bit of cleanup. --- LightInstallation.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'LightInstallation.py') diff --git a/LightInstallation.py b/LightInstallation.py index 48dee77..6546f7e 100644 --- a/LightInstallation.py +++ b/LightInstallation.py @@ -43,7 +43,6 @@ class LightInstallation: self.registerComponents(self.inputs) self.registerComponents(self.behaviors) self.registerComponents(self.mappers) - pdb.set_trace() self.configureInstallation(installationConfig) #Done initializing. Lets start this thing! self.timer.stop() @@ -130,9 +129,6 @@ class LightInstallation: self.behaviors = self.initializeComponent(behaviorConfig) for behavior in self.behaviors: self.addBehavior(behavior) - #TODO: we probably don't need this anymore :( - def topologicalBehaviorSort(self): - return Util.topologicalSort(self.behaviorDependencies) #Does work needed to add a behavior: currently -- maps behavior inputs into #the input behavior registry. def addBehavior(self, behavior): -- cgit v1.2.3