mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unnecessary log
This commit is contained in:
parent
394cf8c006
commit
1223796931
1 changed files with 0 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ public class PythonInterpreter extends Interpreter {
|
|||
if (process == null) {
|
||||
PythonCondaInterpreter conda = getCondaInterpreter();
|
||||
String binPath = getProperty(ZEPPELIN_PYTHON);
|
||||
logger.info("CONDA " + conda.getPythonCommand());
|
||||
if (conda.getPythonCommand() != null) {
|
||||
binPath = conda.getPythonCommand();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue