diff --git a/scripts/run_command b/scripts/run_command index ea6372c1ffc05e9b5f4a42534cb2c89eb7805947..d1c8f1abd2260b8bd21b5e3101751f956825bda0 100755 --- a/scripts/run_command +++ b/scripts/run_command @@ -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 != "":