TST: remove print statement

This commit is contained in:
John Tyree 2016-02-15 16:19:42 -06:00
parent 8dab3e07f2
commit d99500a9e2
1 changed files with 0 additions and 1 deletions

View File

@ -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()