From 79bd1d063169d4a5f1140c7bb9e5695451940a90 Mon Sep 17 00:00:00 2001 From: opensaucerer Date: Sat, 25 Nov 2023 15:12:07 +0100 Subject: [PATCH] chore: removed unused log --- bifrost.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bifrost.go b/bifrost.go index 6387215..cf87b1d 100644 --- a/bifrost.go +++ b/bifrost.go @@ -211,8 +211,6 @@ func newSimpleStorageService(bc *BridgeConfig) (RainbowBridge, error) { // newWasabiCloudStorage returns a new client for Wasabi Cloud Storage func newWasabiCloudStorage(bc *BridgeConfig) (RainbowBridge, error) { - log.Println(bc) - // Wasabi is an S3-compatible service, so we can use the same client var client *s3v1.S3 if bc.AccessKey != "" && bc.SecretKey != "" {