First CCN RMs working example for Linux
[nepi.git] / src / nepi / resources / linux / application.py
index d4ddf92..a68307b 100644 (file)
@@ -413,8 +413,6 @@ class LinuxApplication(ResourceManager):
         command = environ + command
         command = self.replace_paths(command)
 
-        self.info("Starting command IN FOREGROUND '%s'" % command)
-        
         # We save the reference to the process in self._proc 
         # to be able to kill the process from the stop method.
         # We also set blocking = False, since we don't want the