You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
remove debug print lines from schema migration
This commit is contained in:
@ -245,9 +245,6 @@ func migrationList(ctx context.Context, db *sqlx.DB, log *log.Logger, isUnittest
|
||||
countries = []string{"US"}
|
||||
}
|
||||
|
||||
fmt.Println("isUnittest", isUnittest)
|
||||
fmt.Println("countries", countries)
|
||||
|
||||
ncol := 12
|
||||
fn := func(geoNames []geonames.Geoname) error {
|
||||
valueStrings := make([]string, 0, len(geoNames))
|
||||
|
Reference in New Issue
Block a user