Skip to content

Commit

Permalink
chore: remove printf (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Oct 10, 2024
1 parent b48679a commit ada88c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/buildengine/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ type DeployClient interface {

// Deploy a module to the FTL controller with the given number of replicas. Optionally wait for the deployment to become ready.
func Deploy(ctx context.Context, module Module, deploy []string, replicas int32, waitForDeployOnline bool, client DeployClient) error {
fmt.Printf("Deplying with arg: %v", deploy)
logger := log.FromContext(ctx).Module(module.Config.Module).Scope("deploy")
ctx = log.ContextWithLogger(ctx, logger)
logger.Infof("Deploying module")
Expand Down

0 comments on commit ada88c8

Please sign in to comment.