From ed5a07f552df0a0e8f1bc2d5cd0c5680b1588466 Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Tue, 7 May 2024 17:03:09 -0400 Subject: [PATCH] Remove debug comment --- internal/utils/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/utils/main.go b/internal/utils/main.go index 1bf01ed0..069ac0f8 100644 --- a/internal/utils/main.go +++ b/internal/utils/main.go @@ -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",