python-salesforce-api icon indicating copy to clipboard operation
python-salesforce-api copied to clipboard

SOAP authentication always prints the instance url to STDOUT

Open peteeckel opened this issue 4 years ago • 0 comments

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.

peteeckel avatar Aug 09 '21 16:08 peteeckel