##// END OF EJS Templates
comment unused var in controller.py
Juan C. Valdez -
r874:ef8784f1f291
parent child
Show More
@@ -618,7 +618,7 class ProcUnitConf():
618
618
619 kwargs[parmConfObj.name] = parmConfObj.getValue()
619 kwargs[parmConfObj.name] = parmConfObj.getValue()
620
620
621 ini = time.time()
621 #ini = time.time()
622
622
623 #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id)
623 #print "\tRunning the '%s' operation with %s" %(opConfObj.name, opConfObj.id)
624 sts = self.procUnitObj.call(opType = opConfObj.type,
624 sts = self.procUnitObj.call(opType = opConfObj.type,
General Comments 0
You need to be logged in to leave comments. Login now