Skip to content

Commit b68e709

Browse files
authored
remove debug print
1 parent 12cc831 commit b68e709

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/frameworks/espidf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,7 @@ def HandleCOMPONENTsettings(env):
334334

335335
if flag_custom_sdkonfig == True and "arduino" in env.subst("$PIOFRAMEWORK"):
336336
HandleArduinoIDFsettings(env)
337-
print("***** Project Config get Platforms dir:", os.path.join(ProjectConfig.get_instance().get("platformio", "platforms_dir")))
338337
LIB_SOURCE = os.path.join(ProjectConfig.get_instance().get("platformio", "platforms_dir"), "espressif32", "builder", "build_lib")
339-
print("***** Dummy Source path:", LIB_SOURCE)
340338
if not bool(os.path.exists(os.path.join(PROJECT_DIR, ".dummy"))):
341339
shutil.copytree(LIB_SOURCE, os.path.join(PROJECT_DIR, ".dummy"))
342340
PROJECT_SRC_DIR = os.path.join(PROJECT_DIR, ".dummy")

0 commit comments

Comments
 (0)