diff --git a/fasteners/tests/test_process_lock.py b/fasteners/tests/test_process_lock.py index ad39521..425966b 100644 --- a/fasteners/tests/test_process_lock.py +++ b/fasteners/tests/test_process_lock.py @@ -101,7 +101,6 @@ def lock_files(lock_path, handles_dir, num_handles=50): count += 1 pl.InterProcessLock._unlock(handle) except IOError: - print(os.getpid()) os._exit(2) finally: handle.close()