Skip to content

Commit

Permalink
remove unnecessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetam committed Oct 15, 2021
1 parent 09d0b1c commit 4b0fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crossjoin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func fetchSingle(dest *sql.DB, dataSource *config.DataSource) error {
return err
}
defer db.Close()
log.Println("query")

rows, err := db.Query(dataSource.Query)
if err != nil {
return err
Expand Down

0 comments on commit 4b0fca9

Please sign in to comment.