Semantics3 / semantics3-python

Python library bindings for the Semantics3 APIs
22 stars 10 forks source link

Remove print statement from fetch method #15

Closed jakespring closed 8 years ago

jakespring commented 8 years ago

This print statement was introduced in https://github.com/Semantics3/semantics3-python/commit/226bb3782a0b5218d75035f2c334ac91ebb602c9 and it seems like it was an accident, a debugging print statement that got committed. This PR removes it.