diff --git a/topfarm/_topfarm.py b/topfarm/_topfarm.py
index e789c2748522565215657809587c21d4fb573c72..1344dc02e0bafa9e3bc155fa5bb451ad1770346b 100644
--- a/topfarm/_topfarm.py
+++ b/topfarm/_topfarm.py
@@ -33,7 +33,6 @@ class TopFarm(object):
                     rerun_case_id))
         else:
             self.initial_positions = turbines = pos_from_case(rerun_case_id) 
-        print(turbines)
         n_wt = turbines.shape[0]
         if boundary_type == 'polygon':
             self.boundary_comp = PolygonBoundaryComp(boundary, n_wt)