Skip to content

Commit

Permalink
Remove fmt.Println(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jun 18, 2024
1 parent c6a50ce commit c4c119f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/shared/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ func Merge(dwh destination.DataWarehouse, tableData *optimization.TableData, opt
return fmt.Errorf("failed to generate merge statements: %w", err)
}

fmt.Println("mergeStatements", mergeStatements)

if err = destination.ExecStatements(dwh, mergeStatements); err != nil {
return fmt.Errorf("failed to execute merge statements: %w", err)
}
Expand Down

0 comments on commit c4c119f

Please sign in to comment.