mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-19 11:10:45 -05:00
/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