BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.91k stars 201 forks source link

[BUG] `print("UPDATE CALL")` & `print("SET CALL")` in `beanie/odm/documents.py` in latest version #355

Closed jeanmonet closed 1 year ago

jeanmonet commented 1 year ago

Describe the bug Hi, it seems that the latest commit (inadvertently?) introduced some print statements in beanie/odm/documents.py: https://github.com/roman-right/beanie/commit/16033a3c91227f1e477d77c1cf7ef7d9b8bdc917

Unless mistaken these were used for debugging and should be removed? Thanks

roman-right commented 1 year ago

Good catch! Thank you.