mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-17 23:56:33 -05:00
Merge pull request #10376 from dolthub/db/fix-tracker-logging
/go/libraries/doltcore/sqle/dsess/autoincrement_tracker.go: remove print statement
This commit is contained in:
@@ -17,7 +17,6 @@ package dsess
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"math"
|
||||
"strings"
|
||||
@@ -519,7 +518,6 @@ func (a *AutoIncrementTracker) initWithRoots(ctx context.Context, roots ...doltd
|
||||
go func() {
|
||||
select {
|
||||
case <-a.cancelInit:
|
||||
fmt.Printf("canceling it...\n")
|
||||
cancel(errors.New("initialization canceled. did not complete successfully."))
|
||||
case <-finishedCh:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user