diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py
index 164aa1866638be0fce68b42f14bddeb9f5db2f35..a8abd120fc7b0bebedb5994d95d327bf82e6833b 100755
--- a/wetb/prepost/Simulations.py
+++ b/wetb/prepost/Simulations.py
@@ -3379,7 +3379,6 @@ class Cases(object):
         self.loadstats = kwargs.get('loadstats', False)
         self.rem_failed = kwargs.get('rem_failed', True)
         self.config = kwargs.get('config', {})
-        print(self.config)
         # determine the input argument scenario
         if len(args) == 1:
             if type(args[0]).__name__ == 'dict':
@@ -5202,5 +5201,4 @@ def eigenstructure(cases, debug=False):
     return cases
 
 if __name__ == '__main__':
-    pass
-
+    pass
\ No newline at end of file