Skip to content

Commit 3684414

Browse files
committed
Do not force pelion host address if not present
1 parent 1370900 commit 3684414

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mbed/mbed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,8 +3008,6 @@ def dev_mgmt(toolchain=None, target=None, source=False, profile=False, build=Fal
30083008
args += (['--mcu', target] if target else [])
30093009
args += (['--build', build_path] if build_path else [])
30103010
env = program.get_env()
3011-
if "MBED_CLOUD_SDK_HOST" not in env:
3012-
env["MBED_CLOUD_SDK_HOST"] = "https://api.us-east-1.mbedcloud.com"
30133011
popen([python_cmd, '-u', script]
30143012
+ args
30153013
+ list(chain.from_iterable(zip(repeat('--source'), source or []))),

0 commit comments

Comments
 (0)