]> git.parisson.com Git - telecaster-client.git/commitdiff
no print
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jul 2013 19:45:29 +0000 (21:45 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 17 Jul 2013 19:45:29 +0000 (21:45 +0200)
telecaster/tools/tools.py

index fbd7a06ae6a72338ecf452d6b25ec0e2225eebcd..b096829ec15b5714a8fa5dbf5bfc452645c4da96 100644 (file)
@@ -109,7 +109,6 @@ def get_pid(name, args=None):
         if proc.cmdline:
             if name == proc.name:
                 if args:
-                    print proc.cmdline
                     if args in proc.cmdline[1:]:
                         return proc.pid
                 else: