From 965921cd8ec8815fbf4f2ff3126639819fffffbb Mon Sep 17 00:00:00 2001 From: tlbl <tlbl@dtu.dk> Date: Thu, 7 Apr 2016 13:10:17 +0200 Subject: [PATCH] Removing useless print statement --- wetb/prepost/Simulations.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index 164aa186..a8abd120 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 -- GitLab