removing unrequired logs

This commit is contained in:
Prabhjyot Singh 2016-02-21 00:24:08 +05:30
parent 07f0846d78
commit 8f4ec479d8

View file

@ -93,13 +93,6 @@ public class LivySparkSQLInterpreter extends Interpreter {
if (res.code() == InterpreterResult.Code.SUCCESS) {
StringBuilder resMsg = new StringBuilder();
resMsg.append("%table ");
LOGGER.error("=====================");
LOGGER.error("=====================");
LOGGER.error("=====================");
LOGGER.error(res.message());
LOGGER.error("=====================");
LOGGER.error("=====================");
LOGGER.error("=====================");
String[] rows = res.message().split("\n");
String[] headers = rows[1].split("\\|");