Commit db3646cb authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

unused print removed

parent 5eb9e092
......@@ -42,7 +42,6 @@ class CapacityStation(Queue):
Queue.__init__(self, id, name, capacity=capacity)
# a list that holds the capacity (manhours) that is available in each interval
self.intervalCapacity=intervalCapacity
print self.id, intervalCapacity
# a list that holds the capacity (manhours) that is available in each interval for the remaining time
self.remainingIntervalCapacity=list(self.intervalCapacity)
# blocks the entry of the capacity station, so that it can be manipulated to accept only in certain moments of simulation time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment