Skip to content
Snippets Groups Projects
Commit 56c3e94c authored by florent's avatar florent
Browse files

Remove debug output

       * src/dynamic_graph/entity.py.
parent bdb06597
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment