Explorar el Código

Remove commented debug line.

tags/v1.1.3
n8225 hace 4 años
padre
commit
a2ab63c7b8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      server/utils.go

+ 0
- 1
server/utils.go Ver fichero

@@ -43,7 +43,6 @@ func getAwsSession(accessKey, secretKey, region, endpoint string, forcePathStyle
Endpoint: aws.String(endpoint),
Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""),
S3ForcePathStyle: aws.Bool(forcePathStyle),
//LogLevel: aws.LogLevel(aws.LogDebug),
}))
}



Cargando…
Cancelar
Guardar