Skip to content

Commit

Permalink
plan: remove unnecessary log (pingcap#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored and shenli committed Nov 29, 2016
1 parent c4d3d5d commit 743e587
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plan/predicate_push_down.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ package plan

import (
"github.com/juju/errors"
"github.com/ngaut/log"
"github.com/pingcap/tidb/expression"
)

Expand All @@ -41,7 +40,6 @@ func (p *Selection) PredicatePushDown(predicates []expression.Expression) ([]exp
}
if len(retConditions) > 0 {
p.Conditions = expression.PropagateConstant(retConditions)
log.Warnf("conds %s", p.Conditions)
return nil, p, nil
}
err = RemovePlan(p)
Expand Down

0 comments on commit 743e587

Please sign in to comment.