Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 28, 2024
1 parent a9fb7fd commit 1723076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoespressif32")
elif "arduino" in env.subst("$PIOFRAMEWORK") and flag_custom_sdkconfig:
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoespressif32")
print("Framework Dir", FRAMEWORK_DIR)

SConscript("_embed_files.py", exports="env")

if "framework-arduinoespressif32" in FRAMEWORK_DIR:
Expand Down

0 comments on commit 1723076

Please sign in to comment.