From 76d601f4f6bb6d6ceb4a3620ea1d6cdc63b7e715 Mon Sep 17 00:00:00 2001
From: Mirko Waechter <mirko.waechter@kit.edu>
Date: Tue, 17 May 2016 12:58:30 +0200
Subject: [PATCH] removed debugoutput

---
 source/RobotAPI/components/DebugDrawer/DebugDrawerComponent.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/RobotAPI/components/DebugDrawer/DebugDrawerComponent.cpp b/source/RobotAPI/components/DebugDrawer/DebugDrawerComponent.cpp
index 31d5d60da..d9748e51b 100644
--- a/source/RobotAPI/components/DebugDrawer/DebugDrawerComponent.cpp
+++ b/source/RobotAPI/components/DebugDrawer/DebugDrawerComponent.cpp
@@ -251,7 +251,6 @@ namespace armarx
 
     DebugDrawerComponent::~DebugDrawerComponent()
     {
-        std::cout << "DESTRUCTOR debug drawer" << std::endl;
         /*{
             ScopedRecursiveLockPtr l = getScopedLock();
             layerMainNode->unref();
-- 
GitLab