Unnecessary print statement while making any API call
-
I raised the issue on github repo here
Basically in _request function in SmartConnect.py file there are two print statements, can you remove those please? -
Hi @prateekjjw001 @rjbanna , Thank you for bringing this to our notice. We will get this rectified asap.
-
@prateekjjw001 Yes, that's true. It should be resolved in the package itself. I thought you are using it on your local PC.
-
@rjbanna I can but I would host my application on cloud, so would like to get this in python package itself (which it should be - no point of printing something, if you want to give information, return it as a variable).
-
@prateekjjw001 You can remove those from your end also