Skip to content

Commit

Permalink
Remove testing printing
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 8, 2024
1 parent 58c6ce5 commit adfdf81
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/minifollowups/pycbc_sngl_minifollowup
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,6 @@ for rank, num_event in enumerate(order):
tid = trigger_ids[num_event]
ifo_tid = '%s:%s' %(args.instrument, str(tid))

print(num_event)
print(tid)
print(trig_stat[num_event])
print(trig_snrs[num_event])
print(time)
print('\n'*2)

layouts += (mini.make_sngl_ifo(workflow, sngl_file, tmpltbank_file,
tid, args.output_dir, args.instrument,
statfiles=statfiles,
Expand Down

0 comments on commit adfdf81

Please sign in to comment.