Remove unnecessary changes

This commit is contained in:
karuppayya 2016-01-11 13:44:51 +05:30
parent fcdc494a3f
commit 87364b178d

View file

@ -65,7 +65,7 @@ public class ShellInterpreter extends Interpreter {
@Override
public InterpreterResult interpret(String cmd, InterpreterContext contextInterpreter) {
logger.info("Run shell command '" + cmd + "'");
logger.debug("Run shell command '" + cmd + "'");
CommandLine cmdLine = CommandLine.parse("bash");
cmdLine.addArgument("-c", false);
cmdLine.addArgument(cmd, false);