Skip to content

Commit 23fda90

Browse files
committed
remove extraneous debug prints
1 parent 5cbfcb6 commit 23fda90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datafog/services/text_service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ def __init__(self):
99

1010
def annotate_text_sync(self, text):
1111
"""Synchronously Annotate a text string."""
12-
print(f"Starting on {text.split()[0]}")
1312
res = self.annotator.annotate(text)
14-
print(f"Done processing {text.split()[0]}")
1513
return res
1614

1715
def batch_annotate_text_sync(self, texts: list):

0 commit comments

Comments
 (0)