diff --git a/notebooks/LPD/PlotFromCalDB.py b/notebooks/LPD/PlotFromCalDB.py
index 136b1334b9cbeaa59aa07584768f6f63c79bd7b3..511f0b23f6da63db1114ba029385691154c2fd3a 100644
--- a/notebooks/LPD/PlotFromCalDB.py
+++ b/notebooks/LPD/PlotFromCalDB.py
@@ -198,9 +198,6 @@ for const, modules in ret_constants.items():
     if out_folder != "":
         fig.savefig("{}/{}_time_development.pdf".format(out_folder, const), 
              bbox_inches='tight')
-    plt.show()
-
-
     
 
     fig = plt.figure(figsize=(15,7))
@@ -231,6 +228,5 @@ for const, modules in ret_constants.items():
     if out_folder != "":
         fig.savefig("{}/{}_pxtime_development.pdf".format(out_folder, const),
              bbox_inches='tight')
-    plt.show()