1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +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

@ -68,6 +68,8 @@ ADD resources/templates/shared /templates/shared
ADD configs/fresh-auto-reload.conf /runner.conf
ENV TEMPLATE_DIR=/templates
ENV SHARED_TEMPLATE_DIR=/templates/shared
#ENV STATIC_DIR=/static
WORKDIR ${code_path}

View File

@ -47,6 +47,8 @@ ADD resources/templates/shared /templates/shared
ADD configs/fresh-auto-reload.conf /runner.conf
ENV TEMPLATE_DIR=/templates
ENV SHARED_TEMPLATE_DIR=/templates/shared
ENV STATIC_DIR=/static
WORKDIR ${code_path}

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