The following line of code is unnecessary. [this.logger.logError('Failed to get conda info from conda', ex);](https://github.com/Microsoft/vscode-python/blob/master/src/client/interpreter/locators/services/condaService.ts#L77) Causes confusion amongst extension users. This is merely an information message, and unnecessary.
The following line of code is unnecessary.
this.logger.logError('Failed to get conda info from conda', ex);
Causes confusion amongst extension users.
This is merely an information message, and unnecessary.