From dafadbc23be771d8868b8db335dda9e385ce2e12 Mon Sep 17 00:00:00 2001
From: Scott <scott@wannabe.house>
Date: Fri, 21 Jan 2022 11:37:20 -0800
Subject: [PATCH] Remove spurious print message.

---
 lockfile.py | 1 -
 1 file changed, 1 deletion(-)

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,
-- 
2.49.0