diff --git a/graphics.py b/graphics.py
index 67231684d8c6c502777c7b921a7cfdeb33446aa6..8c5dca07103f40a4b88e7ae8079e45cbd4c97877 100644
--- a/graphics.py
+++ b/graphics.py
@@ -137,7 +137,6 @@ def plot_CBL_PE(exp,figtitle,parameter_id=0,plot_spread=False,ax=None):
 
         plot_parameter_histogram = True
         if plot_parameter_histogram:
-            print(par_tran[-1,:])
             p10beg_tran = np.percentile(par_tran[0,:],  10)
             p90beg_tran = np.percentile(par_tran[0,:],  90)
             p10end_tran = np.percentile(par_tran[-1,:], 10)