From ef8784f1f291c1d1d77cd700e1335d7662e16585 2017-04-17 20:26:34 From: Juan C. Valdez Date: 2017-04-17 20:26:34 Subject: [PATCH] comment unused var in controller.py --- diff --git a/schainpy/controller.py b/schainpy/controller.py index 458e919..41f99b2 100644 --- a/schainpy/controller.py +++ b/schainpy/controller.py @@ -618,7 +618,7 @@ class ProcUnitConf(): kwargs[parmConfObj.name] = parmConfObj.getValue() - ini = time.time() + #ini = time.time() #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id) sts = self.procUnitObj.call(opType = opConfObj.type,