Skip to content

Commit 23a9e03

Browse files
authored
Merge pull request #45 from DataFog/patch/debug_prints
remove extraneous debug prints
2 parents 9891799 + 23fda90 commit 23a9e03

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)