Преглед изворни кода

Remove commented debug line.

tags/v1.1.3
n8225 пре 4 година
родитељ
комит
a2ab63c7b8
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      server/utils.go

+ 0
- 1
server/utils.go Прегледај датотеку

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



Loading…
Откажи
Сачувај