Skip to content

Commit

Permalink
style: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
altor committed Jul 15, 2019
1 parent 7424db4 commit 69ff345
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rapl_formula/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ class BadActorInitializationError(Exception):


def launch_powerapi(config, logger):
##########################################################################
# Actor Creation

# Pusher
pushers = generate_pushers(config)
Expand All @@ -75,9 +73,6 @@ def launch_powerapi(config, logger):
report_filter.filter(lambda msg: True, dispatcher)
pullers = generate_pullers(config, report_filter)

##########################################################################
# Actor start step

# Setup signal handler
def term_handler(_, __):
for _, puller in pullers.items():
Expand Down Expand Up @@ -110,14 +105,9 @@ def term_handler(_, __):
logger.error('Actor initialisation error, reason : ' + exn.message)
supervisor.kill_actors()

##########################################################################
# Actor run step

# wait
supervisor.join()

##########################################################################


def main(args=None):
"""
Expand Down

0 comments on commit 69ff345

Please sign in to comment.