DataFog / datafog-python

Open source PII detection and anonymization tool: easy-to-use, configurable, and extensible
https://www.datafog.ai
MIT License
9 stars 2 forks source link

Print statements that are unnecessary in text_service #43

Closed pselvana closed 1 month ago

pselvana commented 1 month ago

https://github.com/DataFog/datafog-python/blob/1e9a024d6ed2d6c22617fd9f912cc28a73377a3e/datafog/services/text_service.py#L12

https://github.com/DataFog/datafog-python/blob/1e9a024d6ed2d6c22617fd9f912cc28a73377a3e/datafog/services/text_service.py#L14

These prints don't look useful.

pselvana commented 1 month ago

Fixed with: https://github.com/DataFog/datafog-python/pull/45