Skip to content

Commit

Permalink
fix: removed random fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
risico committed Jan 26, 2024
1 parent 9732cdf commit b0835d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions queue_nocgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ func openDB(dsn string) (*sql.DB, error) {
return nil, errors.Trace(err)
}

fmt.Println("sqlite3 driver is used")

return db, nil
}

0 comments on commit b0835d0

Please sign in to comment.