Skip to content

Commit

Permalink
chore: removed unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
opensaucerer committed Nov 25, 2023
1 parent ed07c43 commit 79bd1d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bifrost.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit 79bd1d0

Please sign in to comment.