Skip to content

Commit

Permalink
fix: remove functions_config from logger in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Feb 1, 2023
1 parent 92c921d commit 3d23b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/porcelain/deploy.go
Expand Up @@ -266,7 +266,6 @@ func (n *Netlify) DoDeploy(ctx context.Context, options *DeployOptions, deploy *
"site_id": options.SiteID,
"deploy_files": len(options.files.Sums),
"scheduled_functions": len(schedules),
"functions_config": functionsConfig,
}).Debug("Starting to deploy files")
authInfo := context.GetAuthInfo(ctx)

Expand Down

0 comments on commit 3d23b9b

Please sign in to comment.