From d99500a9e2d7fbde7799dc2ef8e4abb5757617e6 Mon Sep 17 00:00:00 2001 From: John Tyree Date: Mon, 15 Feb 2016 16:19:42 -0600 Subject: [PATCH] TST: remove print statement --- fasteners/tests/test_process_lock.py | 1 - 1 file changed, 1 deletion(-) 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()