Skip to content

Commit

Permalink
executor: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Nov 30, 2021
1 parent b1ca2eb commit 0cd1ba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/index_lookup_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ func (e *IndexLookUpJoin) getFinishedTask(ctx context.Context) (*lookUpJoinTask,
select {
case err := <-task.doneCh:
if err != nil {
logutil.BgLogger().Error("task err not nil")
return nil, err
}
case <-ctx.Done():
Expand Down

0 comments on commit 0cd1ba0

Please sign in to comment.