Selaa lähdekoodia

Remove commented debug line.

tags/v1.1.3
n8225 4 vuotta sitten
vanhempi
commit
a2ab63c7b8
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      server/utils.go

+ 0
- 1
server/utils.go Näytä tiedosto

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



Ladataan…
Peruuta
Tallenna