From: Scott Date: Fri, 21 Jan 2022 19:37:20 +0000 (-0800) Subject: Remove spurious print message. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=dafadbc23be771d8868b8db335dda9e385ce2e12;p=python_utils.git Remove spurious print message. --- diff --git a/lockfile.py b/lockfile.py index 8a71ca7..ebd9115 100644 --- a/lockfile.py +++ b/lockfile.py @@ -152,7 +152,6 @@ class LockFile(object): cmd = self.override_command else: cmd = ' '.join(sys.argv) - print(cmd) contents = LockFileContents( pid = os.getpid(), commandline = cmd,