Remove unnecessary log

This commit is contained in:
Lee moon soo 2016-11-15 20:28:21 -08:00
parent 394cf8c006
commit 1223796931

View file

@ -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();
}