Skip to content
Snippets Groups Projects
Commit 136b7d04 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

removed unused logging

parent fc3a6a2e
No related branches found
No related tags found
No related merge requests found
...@@ -238,11 +238,6 @@ def main(): ...@@ -238,11 +238,6 @@ def main():
logger.info("calculating budget...") logger.info("calculating budget...")
traces = Budget(freq=freq, ifo=ifo).run() traces = Budget(freq=freq, ifo=ifo).run()
# logger.info('recycling factor: {: >0.3f}'.format(ifo.gwinc.prfactor))
# logger.info('BS power: {: >0.3f} W'.format(ifo.gwinc.pbs))
# logger.info('arm finesse: {: >0.3f}'.format(ifo.gwinc.finesse))
# logger.info('arm power: {: >0.3f} kW'.format(ifo.gwinc.parm/1000))
if args.title: if args.title:
plot_style['title'] = args.title plot_style['title'] = args.title
elif 'title' in plot_style: elif 'title' in plot_style:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment