From 56c3e94cd905a2d1900e0de722d44b4ce239a951 Mon Sep 17 00:00:00 2001
From: florent <florent@laas.fr>
Date: Fri, 19 Nov 2010 21:02:57 +0100
Subject: [PATCH] Remove debug output

       * src/dynamic_graph/entity.py.
---
 src/dynamic_graph/entity.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dynamic_graph/entity.py b/src/dynamic_graph/entity.py
index 720d691..e570914 100644
--- a/src/dynamic_graph/entity.py
+++ b/src/dynamic_graph/entity.py
@@ -22,7 +22,6 @@ def initEntity(self, name):
         commands = wrap.entity_list_commands(self.object)
         # for each command, add a method with the name of the command
         for command in commands:
-            print ('adding method %s in class %s' %(command, self.__class__))
             setattr(self.__class__, command, commandMethod(command))
         self.__class__.commandCreated = True
 
-- 
GitLab