Skip to content

Commit

Permalink
removed prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mommert committed Oct 20, 2017
1 parent 9cf7bb4 commit c96c4a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pp_distill.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,6 @@ def distill(catalogs, man_targetname, offset, fixed_targets_file, posfile,

# sort measured magnitudes by target
if dat[0] == target:
print(dat[13])
print(dat[13].split(';'))

try:
filtername = dat[13].split(';')[3]
if 'manual_zp' in dat[13].split(';')[2]:
Expand Down

0 comments on commit c96c4a1

Please sign in to comment.