Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed May 7, 2024
1 parent 86a7f88 commit ed5a07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/utils/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,6 @@ func CreateLedgerBackend(ctx context.Context, useCaptiveCore bool, env Environme

// Create ledger backend from datastore
params := make(map[string]string)
//params["destination_bucket_path"] = "ledger-exporter/ledgers"
params["destination_bucket_path"] = env.DatastorePath
dataStoreConfig := datastore.DataStoreConfig{
Type: "GCS",
Expand Down

0 comments on commit ed5a07f

Please sign in to comment.