Skip to content

Commit

Permalink
Remove log output
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Aug 15, 2024
1 parent caaf7a1 commit 9fdb219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion disperser/cmd/batcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func RunBatcher(ctx *cli.Context) error {
if config.BatcherConfig.EnableMinibatch && config.MinibatchStoreConfig.TableName == "" {
return errors.New("minibatch store table name required when minibatch is enabled")
}
logger.Info("Minibatcher", "enabled", config.BatcherConfig.EnableMinibatch, "batchstore", config.MinibatchStoreConfig.TableName)

bucketName := config.BlobstoreConfig.BucketName
s3Client, err := s3.NewClient(context.Background(), config.AwsClientConfig, logger)
Expand Down

0 comments on commit 9fdb219

Please sign in to comment.