From ec8f40f883dacf31f62ac8a3bde27d6c9ced9fd1 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Tue, 4 Aug 2020 14:10:52 +0200
Subject: [PATCH] Removed some print-statements

---
 .../video_prediction/datasets/era5_dataset_v2.py               | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py b/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py
index 30a6ac25..dbe0d233 100644
--- a/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py
+++ b/video_prediction_savp/video_prediction/datasets/era5_dataset_v2.py
@@ -374,14 +374,11 @@ def main():
     
     
     # ini. MPI
-    print("Hallo dude...") 
     comm = MPI.COMM_WORLD
     my_rank = comm.Get_rank()  # rank of the node
     p = comm.Get_size()  # number of assigned nods
   
-    print("Hallo dude 2...") 
     if my_rank == 0 :
-        print("Hello, I'm master")
         # retrieve final statistics first (not parallelized!)
         # some preparatory steps
         stat_dir_prefix = args.input_dir
-- 
GitLab