fix(cli): remove discontinued local debugger image

This commit is contained in:
langsmith-fleet[bot]
2026-08-06 00:01:58 +00:00
parent fb3d5f0399
commit ecee22fa16
5 changed files with 4 additions and 197 deletions
-3
View File
@@ -48,9 +48,6 @@ def get_anonymized_params(
if kwargs.get("docker_compose"):
params["docker_compose"] = True
if kwargs.get("debugger_port"):
params["debugger_port"] = True
if kwargs.get("postgres_uri"):
params["postgres_uri"] = True