echong-SG / API-python-client-MKilic

MIT License
3 stars 0 forks source link

Remove debugging `print()` statements #19

Open echong-SG opened 3 years ago

echong-SG commented 3 years ago

@mirkan1 I assume these print() statements are for debugging purposes. Please remove them when you've finished the functions later. OK to leave them for now.

https://github.com/echong-SG/API-python-client-MKilic/blob/3968162386b5017b9acfbbc0cda17a592513c248/safegraphql/client.py#L317

mirkan1 commented 3 years ago

should still stay for testing.

echong-SG commented 3 years ago

@mirkan1 can you actually remove or comment out these print() statements now? we'd like to open up this library for some very early testing with a few users.

They are in lines 365, 367, 378, 470, 472, 483, 571, 577, and 588.

echong-SG commented 3 years ago

Thanks for commenting them out. I'll leave this issue open, since we want to remove them fully at the end.