Skip to content
Snippets Groups Projects
Commit 2b4e987d authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[python] Remove dbg information from run_command

parent a7bd5af8
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,6 @@ class RosShell(InteractiveConsole):
self.cache = source
return self.runcode(code, False)
response = self.client(str(source))
print(dir(response))
if response.standardoutput != "":
print response.standardoutput[:-1]
if response.standarderror != "":
......
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