diff --git a/store/copr/mpp.go b/store/copr/mpp.go index 227c89d82b06a..94fcb888b8103 100644 --- a/store/copr/mpp.go +++ b/store/copr/mpp.go @@ -215,11 +215,9 @@ func (m *mppIterator) sendToRespCh(resp *mppResponse) (exit bool) { failpoint.Inject("testMPPOOMPanic", func(val failpoint.Value) { if val.(bool) && respSize != 0 { respSize = 1 << 30 - fmt.Println(respSize) } }) m.memTracker.Consume(respSize) - fmt.Println(respSize) defer m.memTracker.Consume(-respSize) } select {