Skip to content

Commit f1a3f8e

Browse files
committed
de-debug
1 parent 4419b48 commit f1a3f8e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build_platform.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def test_examples_in_folder(folderpath):
310310
global success
311311
for example in sorted(os.listdir(folderpath)):
312312
examplepath = folderpath+"/"+example
313-
ColorPrint.print_info(folderpath, examplepath)
314313
if os.path.isdir(examplepath):
315314
test_examples_in_folder(examplepath)
316315
continue
@@ -360,9 +359,6 @@ def test_examples_in_folder(folderpath):
360359
out, err = proc.communicate()
361360
r = 1
362361

363-
os.system("ls -lR "+BUILD_DIR+"/build")
364-
os.system("ls -lR "+folderpath)
365-
366362
if r == 0 and not (err and BUILD_WALL == True):
367363
ColorPrint.print_pass(CHECK)
368364
if err:
@@ -378,7 +374,6 @@ def test_examples_in_folder(folderpath):
378374
if filename is None:
379375
success = 1 # failure
380376
if IS_LEARNING_SYS:
381-
ColorPrint.print_info(filename.split, filename.split("/"))
382377
fqbnpath, uf2file = filename.split("/")[-2:]
383378
os.makedirs(BUILD_DIR+"/build", exist_ok=True)
384379
os.makedirs(BUILD_DIR+"/build/"+fqbnpath, exist_ok=True)

0 commit comments

Comments
 (0)