diff options
| author | Scott <[email protected]> | 2022-01-21 11:37:20 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-21 11:37:20 -0800 |
| commit | dafadbc23be771d8868b8db335dda9e385ce2e12 (patch) | |
| tree | 47b4c91707e4de7375dedfb9fd6307afeec4a87c /lockfile.py | |
| parent | 4e73c61749f94e49d022be886014a02e6c3fe79c (diff) | |
Remove spurious print message.
Diffstat (limited to 'lockfile.py')
| -rw-r--r-- | lockfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
