Skip to content

Commit

Permalink
Removed Random Print Statement (#88)
Browse files Browse the repository at this point in the history
This removes a random print statement that was only there for testing purposes.
  • Loading branch information
kjkoeller authored Feb 13, 2023
1 parent c8c97e2 commit 7e45538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions EclipsingBinaries/apass.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Author: Kyle Koeller
Created: 12/26/2022
Last Updated: 02/04/2023
Last Updated: 02/13/2023
"""

from astroquery.vizier import Vizier
Expand Down Expand Up @@ -278,7 +278,6 @@ def create_radec(df, ra, dec):

# to write lines to the file in order create new RADEC files for each filter
for fcount, filt in enumerate(filters):
print(filt)
header2 = ""
for count, val in enumerate(ra_list):
# checks where the RA and DEC given by the user at the beginning is in the file to make sure there is no
Expand Down

0 comments on commit 7e45538

Please sign in to comment.