From 711a425ecefd0ebe5ecc69a5df269ebf64ef5a27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mirko=20W=C3=A4chter?= <mirko.waechter@kit.edu>
Date: Thu, 7 Sep 2017 21:21:25 +0000
Subject: [PATCH] Update StatechartEditorController.cpp

---
 .../StatechartEditorPlugin/StatechartEditorController.cpp        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/ArmarXGui/gui-plugins/StatechartEditorPlugin/StatechartEditorController.cpp b/source/ArmarXGui/gui-plugins/StatechartEditorPlugin/StatechartEditorController.cpp
index de14daf0..71d533d3 100644
--- a/source/ArmarXGui/gui-plugins/StatechartEditorPlugin/StatechartEditorController.cpp
+++ b/source/ArmarXGui/gui-plugins/StatechartEditorPlugin/StatechartEditorController.cpp
@@ -519,7 +519,6 @@ namespace armarx
             }
             catch (const Ice::Exception& e)
             {
-                ARMARX_ERROR_S << "querying state of " << proxyName << " failed:\n" << e.what() << std::endl << e.ice_stackTrace();
                 labelText = "Waiting for statechart group to start (ice-exception catched)";
                 changeToWaiting = true;
             }
-- 
GitLab