Skip to content

Commit

Permalink
fix: remove logging (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
iandyh authored Dec 16, 2024
1 parent c554cb2 commit 83f9353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shibuya/config/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func createMySQLClient(conf *MySQLConfig) *sql.DB {
dsn := fmt.Sprintf("%s=%s&", k, v)
endpoint += dsn
}
log.Printf(endpoint)
conf.Endpoint = endpoint
db, err := sql.Open("mysql", endpoint)
db.SetConnMaxLifetime(30 * time.Second)
Expand Down

0 comments on commit 83f9353

Please sign in to comment.