From 84b2a163abef6b900cff9e1bd966da52d95ce0f8 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Tue, 28 Jan 2025 16:24:08 +0100 Subject: [PATCH] Cleanup --- bundle/config/mutator/process_target_mode.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle/config/mutator/process_target_mode.go b/bundle/config/mutator/process_target_mode.go index ebfe0d899..385f87df7 100644 --- a/bundle/config/mutator/process_target_mode.go +++ b/bundle/config/mutator/process_target_mode.go @@ -7,7 +7,6 @@ import ( "github.com/databricks/cli/bundle" "github.com/databricks/cli/bundle/config" - "github.com/databricks/cli/libs/cmdio" "github.com/databricks/cli/libs/diag" "github.com/databricks/cli/libs/dyn" "github.com/databricks/cli/libs/iamutil" @@ -158,7 +157,6 @@ func validateProductionMode(ctx context.Context, b *bundle.Bundle, isPrincipalUs b.Config.Workspace.CurrentUser.UserName, ) if !isExplicitRootSet(b) { - cmdio.LogString(ctx, "root_path is not set: "+b.Config.Bundle.Target) if isRunAsSet(r) || isPrincipalUsed { // Just setting run_as is not enough to guarantee a single deployment, // and neither is setting a principal.