We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e490f commit c663789Copy full SHA for c663789
toolchain/Scripts/Preprocess.cmake
@@ -141,8 +141,6 @@ function(__arduino_preprocess_regular_sources SOURCE_DIRPATH SOURCE_FILENAME OUT
141
BASE_DIRECTORY "${SOURCE_DIRPATH}"
142
OUTPUT_VARIABLE _filepath)
143
144
- message(STATUS "_filepath: ${_filepath}")
145
-
146
file(READ "${_filepath}" _text)
147
148
file(WRITE "${OUTPUT_FILEPATH}"
0 commit comments