From 04f4291ead1da49c74d1ea95cd8c7bd6acbaf63a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de>
Date: Tue, 18 Jun 2019 14:49:28 +0200
Subject: [PATCH] Less noise

---
 mpcdf_common.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mpcdf_common.py b/mpcdf_common.py
index d75cc2e..9928d94 100644
--- a/mpcdf_common.py
+++ b/mpcdf_common.py
@@ -443,7 +443,6 @@ Macros:
 
         existing_repo = root.find("./repository[@name='{0}']".format(name))
         if existing_repo is not None:
-            print("Modifying existing repository", name)
             root.remove(existing_repo)
         else:
             print("New repository", name)
-- 
GitLab