From 41887c2065f08b5e0b90ba4eb577b60f75aa402f Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Tue, 16 Feb 2016 15:43:07 -0700
Subject: [PATCH] Removed debut statement fixed lint errors

---
 geomagio/imfv283/GOESIMFV283Factory.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/geomagio/imfv283/GOESIMFV283Factory.py b/geomagio/imfv283/GOESIMFV283Factory.py
index 58d2ab6d9..27a9818ec 100644
--- a/geomagio/imfv283/GOESIMFV283Factory.py
+++ b/geomagio/imfv283/GOESIMFV283Factory.py
@@ -78,9 +78,6 @@ class GOESIMFV283Factory(IMFV283Factory):
         if observatory is not None:
             timeseries = timeseries.select(station=observatory)
 
-        #DEBUG
-        print timeseries
-
         return timeseries
 
     def _retrieve_goes_messages(self, starttime, endtime, observatory):
-- 
GitLab