Skip to content

Commit

Permalink
Delete useless debug log (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangkaisen authored and imay committed Nov 2, 2018
1 parent d57e91d commit 847d29e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fe/src/main/java/org/apache/doris/analysis/InsertStmt.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ public void analyze(Analyzer analyzer) throws UserException {
sink.init(loadId, transactionId, db.getId());
}
}
LOG.info("analyzer is ", analyzer.getDescTbl().debugString());
}

private void analyzeTargetTable(Analyzer analyzer) throws AnalysisException {
Expand Down

0 comments on commit 847d29e

Please sign in to comment.