Ver Fonte

main.go updates

Alexander Belanger há 5 anos atrás
pai
commit
439b7bfcdc
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      cmd/app/main.go

+ 0 - 2
cmd/app/main.go

@@ -82,8 +82,6 @@ func main() {
 		key[i] = b
 	}
 
-	fmt.Println("ENCRYPTION KEY IS", appConf.Db.EncryptionKey)
-
 	repo := gorm.NewRepository(db, &key)
 
 	if appConf.Redis.Enabled {