Skip to content

Commit

Permalink
expression: remove unnecessary code (pingcap#12969)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 authored and ngaut committed Oct 28, 2019
1 parent 8e80122 commit 8d02779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expression/builtin_miscellaneous.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ func (b *builtinSleepSig) evalInt(row chunk.Row) (int64, bool, error) {
finish = true
}
default:
fmt.Println("================")
if atomic.CompareAndSwapUint32(&sessVars.Killed, 1, 0) {
return 1, false, nil
}
Expand Down

0 comments on commit 8d02779

Please sign in to comment.