Skip to content

Commit

Permalink
Remove fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Apr 29, 2024
1 parent 1088467 commit e79b58e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ func (s *Store) Dedupe(tableID types.TableIdentifier, primaryKeys []string, topi

stagingTableID := shared.TempTableID(tableID, strings.ToLower(stringutil.Random(5)))
for _, part := range s.generateDedupeQueries(tableID, stagingTableID, primaryKeys, topicConfig) {
fmt.Println("part", part)
if _, err = tx.Exec(part); err != nil {
return fmt.Errorf("failed to execute tx, query: %q, err: %w", part, err)
}
Expand Down

0 comments on commit e79b58e

Please sign in to comment.