Skip to content

Commit 64bde44

Browse files
committed
remove breakpoint from model_deployer function
1 parent 2946aea commit 64bde44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vertex-registry-and-deployer/steps/model_deployer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def model_deployer(
4646
zenml_client = Client()
4747
current_model = get_step_context().model
4848
model_deployer = zenml_client.active_stack.model_deployer
49-
breakpoint()
5049
vertex_deployment_config = VertexAIDeploymentConfig(
5150
location="europe-west1",
5251
name="zenml-vertex-quickstart",

0 commit comments

Comments
 (0)