From bbd01ef060e2f3f073e0754e022d89b57076def2 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 25 Jan 2022 08:28:26 +0100
Subject: [PATCH] [A/CLI/ogs] Rm some assertNoSwallowedErrors()-calls.

---
 Applications/CLI/ogs.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Applications/CLI/ogs.cpp b/Applications/CLI/ogs.cpp
index e4b0649fcf6..c3c231dbd2e 100644
--- a/Applications/CLI/ogs.cpp
+++ b/Applications/CLI/ogs.cpp
@@ -253,10 +253,6 @@ int main(int argc, char* argv[])
             project_config.checkAndInvalidate();
             BaseLib::ConfigTree::assertNoSwallowedErrors();
 
-            BaseLib::ConfigTree::assertNoSwallowedErrors();
-
-            BaseLib::ConfigTree::assertNoSwallowedErrors();
-
             INFO("Solve processes.");
 
             auto& time_loop = project.getTimeLoop();
-- 
GitLab