diff --git a/RAAspotter_pref83.py b/RAAspotter_pref83.py
index 15f7de39a28a9b48368e89f5aa872a7fd5ba1734..791d72cb42f4ca56d1df61de4f3628aa5202b47b 100644
--- a/RAAspotter_pref83.py
+++ b/RAAspotter_pref83.py
@@ -82,11 +82,6 @@ class RAAspotter_pref83(RAAspotter):
           date     = datetime.datetime.strptime(a['title'].split(' - ')[-1].strip(), '%d/%m/%Y')
           filename = url.split('/')[-1]
 
-          print(url)
-          print(name)
-          print(date)
-          print(filename)
-
           raa = RAAspotter.RAA(url, date, name, filename)
           elements.append(raa)
     return elements