Skip to content
Permalink
Browse files
fix: remove functions_config from logger in deploy
  • Loading branch information
khendrikse committed Feb 1, 2023
1 parent 92c921d commit 3d23b9b
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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)

0 comments on commit 3d23b9b

Please sign in to comment.