Skip to content

Commit b664f2b

Browse files
committed
Remove prints
1 parent c6ab9bd commit b664f2b

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
@@ -1398,8 +1398,6 @@ def update_tools(self, path):
13981398
with cd(os.path.join(path, tools_dir)):
13991399
try:
14001400
action("Updating the mbed 2.0 SDK tools...")
1401-
print path
1402-
print os.path.join(path, tools_dir)
14031401
repo = Repo.fromrepo()
14041402
repo.update()
14051403
except Exception:

0 commit comments

Comments
 (0)