python-salesforce-api
python-salesforce-api copied to clipboard
SOAP authentication always prints the instance url to STDOUT
I am currently evaluating the module in a monitoring project.
It seems that in login.py a debug print statement was forgotten in the code, so every time a SOAP authentication occurs, the call to soap() results in an erroneous print statement that messes up the output of the calling program.
I'll submit a PR to fix this.