sparkplug / momoapi-python

MTN MoMo API Client Library for Python
MIT License
47 stars 55 forks source link

remove print statements #31

Closed xkmato closed 4 years ago

xkmato commented 4 years ago

Unnecessary print statements are clogging the log.

raybesiga commented 4 years ago

Hi @xkmato the print statements work as a guide for some but if they are impeding your developer experience, I second the motion to remove them. Confirm this and I will make the merge.

xkmato commented 4 years ago

I see what you mean but I think they should go. I think everyone should be able to debug their code by themselves. The biggest problem is that they leave unnecessary text in the logs.

raybesiga commented 4 years ago

Noted @xkmato.