Remove spurious print message.
authorScott <[email protected]>
Fri, 21 Jan 2022 19:37:20 +0000 (11:37 -0800)
committerScott <[email protected]>
Fri, 21 Jan 2022 19:37:20 +0000 (11:37 -0800)
lockfile.py

index 8a71ca769900983689479157de0cb3132ab731a9..ebd91158a54b80ed275bed990a3d9e35fedb0e0f 100644 (file)
@@ -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,