diff --git a/geomagio/imfv283/GOESIMFV283Factory.py b/geomagio/imfv283/GOESIMFV283Factory.py
index 58d2ab6d9a2066133bbba8ce37c44c81a29778c7..27a9818ec23783c73c09ca29c33388e6e84b1d83 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):