Skip to content

Commit e1c69e8

Browse files
committed
Removed extra print statements
1 parent 7cd5a65 commit e1c69e8

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
@@ -1741,7 +1741,6 @@ def new(name, scm='git', program=False, library=False, mbedlib=False, create_onl
17411741
p.set_root()
17421742
if not create_only and not p.get_os_dir() and not p.get_mbedlib_dir():
17431743
url = mbed_lib_url if mbedlib else mbed_os_url+"#latest"
1744-
print(url)
17451744
d = 'mbed' if mbedlib else 'mbed-os'
17461745
try:
17471746
with cd(d_path):
@@ -1828,7 +1827,6 @@ def import_(url, path=None, ignore=False, depth=None, protocol=None, top=True):
18281827
deploy(ignore=ignore, depth=depth, protocol=protocol, top=False)
18291828

18301829
if top:
1831-
action("Post action.");
18321830
Program(repo.path).post_action()
18331831

18341832

0 commit comments

Comments
 (0)