1
0
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:
Lee Brown
2020-01-14 10:49:32 -08:00
parent 59554a22d5
commit 36630cad30
3 changed files with 4 additions and 3 deletions

View File

@ -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))