From 2b4e987d1ea9a9e778c6e9b16cd3ac5b0006bbd1 Mon Sep 17 00:00:00 2001
From: Olivier Stasse <ostasse@laas.fr>
Date: Sun, 25 Feb 2018 02:45:50 +0100
Subject: [PATCH] [python] Remove dbg information from run_command

---
 scripts/run_command | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/run_command b/scripts/run_command
index ea6372c..d1c8f1a 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 != "":
-- 
GitLab