]> git.parisson.com Git - telecaster-client.git/commitdiff
cleanup
authoryomguy <yomguy@parisson.com>
Mon, 22 Jul 2013 16:02:28 +0000 (18:02 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 22 Jul 2013 16:02:28 +0000 (18:02 +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: