From 7e45538b0c9d8aa2dc1f1cb7722476f7b35ed6f1 Mon Sep 17 00:00:00 2001 From: Kyle Koeller Date: Mon, 13 Feb 2023 17:44:46 -0500 Subject: [PATCH] Removed Random Print Statement (#88) This removes a random print statement that was only there for testing purposes. --- EclipsingBinaries/apass.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EclipsingBinaries/apass.py b/EclipsingBinaries/apass.py index 31b191c..8971991 100644 --- a/EclipsingBinaries/apass.py +++ b/EclipsingBinaries/apass.py @@ -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 @@ -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