mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-02-18 06:28:50 -06:00
Removed debug output
This commit is contained in:
@@ -129,7 +129,6 @@ func initCloudConfig(passedFlags flagparser.MainFlags) {
|
||||
encLevel := configuration.Get().Encryption.Level
|
||||
env := environment.New()
|
||||
corsCheckDisabled := passedFlags.DisableCorsCheck || env.DisableCorsCheck
|
||||
fmt.Println(corsCheckDisabled)
|
||||
if !corsCheckDisabled && (encLevel == encryption.FullEncryptionStored || encLevel == encryption.FullEncryptionInput) {
|
||||
ok, err := aws.IsCorsCorrectlySet(cConfig.Aws.Bucket, configuration.Get().ServerUrl)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user