Skip to content

Commit

Permalink
remove faulty log trace
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 committed Dec 29, 2021
1 parent 00b30ca commit abce41b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion supvisors/statscompiler.py
Expand Up @@ -226,7 +226,6 @@ def __init__(self, supvisors):
self.data = {identifier: {period: StatisticsInstance(period, supvisors.options.stats_histo, supvisors.logger)
for period in supvisors.options.stats_periods}
for identifier in supvisors.supvisors_mapper.instances}
supvisors.logger.warn(self.data)
self.nbcores: Dict[str, int] = {identifier: 1 for identifier in supvisors.supvisors_mapper.instances}

def clear(self, identifier: str):
Expand Down

0 comments on commit abce41b

Please sign in to comment.