diff --git a/source/ArmarXGui/gui-plugins/StatechartEditorPlugin/StatechartEditorController.cpp b/source/ArmarXGui/gui-plugins/StatechartEditorPlugin/StatechartEditorController.cpp
index de14daf034d181282e7b217286365429cd9059cf..71d533d3549134e170d6b5eb07702e3e8393b3f8 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;
             }