Skip to content

Commit 6de0e3e

Browse files
committed
remove debug line
1 parent a611d80 commit 6de0e3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/logic/applier.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ func (this *Applier) ApplyIterationInsertQuery() (chunkSize int64, rowsAffected
631631
this.migrationContext.IsTransactionalTable(),
632632
this.migrationContext.GetWhereClause(),
633633
)
634-
this.migrationContext.Log.Debugf("query = %s", query)
635634
if err != nil {
636635
return chunkSize, rowsAffected, duration, err
637636
}

0 commit comments

Comments
 (0)