Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit d5466f8

Browse files
committed
Removed extraneous print statement.
1 parent 566ec67 commit d5466f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

zpar/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ def close(self):
4646
_unload_models.argtypes = [c.c_void_p]
4747
self.libptr.unload_models(self._zpar_session_obj)
4848

49-
sys.stderr.write('Done unloading\n')
50-
5149
# clean up the data structures on the python side
5250
if self.tagger:
5351
self.tagger.cleanup()

0 commit comments

Comments
 (0)