Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
remove extra logging line
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
  • Loading branch information
rafael committed May 7, 2021
1 parent 7c04626 commit 0098969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/wrangler/vdiff.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ func (df *vdiff) buildTablePlan(table *tabletmanagerdatapb.TableDefinition, quer
}

orderby, err := findPKs(table, targetSelect, td)
log.Infof("COMPARE KEYS %v", td.comparePKs)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 0098969

Please sign in to comment.