From 807b2701241783ea65bab1dcd0229c2cd0c81dd4 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Sat, 13 Apr 2024 19:43:06 +0200 Subject: [PATCH] Removed debug output --- cmd/gokapi/Main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/gokapi/Main.go b/cmd/gokapi/Main.go index 43adcb8..5c6081c 100644 --- a/cmd/gokapi/Main.go +++ b/cmd/gokapi/Main.go @@ -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 {